#5C9EEB

Color #5C9EEB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5C9EEB

Tints of Cornflower Blue #5C9EEB

Color information

#5C9EEB (or 0x5C9EEB) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 9E and EB. RGB value is (92,158,235). Sum of RGB (Red+Green+Blue) = 92+158+235=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C9EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9EEB is #A36114. Grayscale: #929292. Windows color (decimal): -10707221 or 15441500. OLE color: 15441500.

HSL color Cylindrical-coordinate representation of color #5C9EEB: hue angle of 212.31º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C9EEB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB92158235-
CMYK0.610.3300.08
HSL212.31º78.14%64.12%-
HSV(B)212.31º60.85%92.16%-
XYZ31.6432.7383.25-
YUV147.04177.6388.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 18.97%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 235 (92.19% from 255) = 48.45%
R=18.97%
G=32.58%
B=48.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal921582350.610.3300.08212.3178.1464.12
Hex5C9EEB3D2108d44e40
Octal1342363537541010324116100
Binary10111001001111011101011111101100001010001101010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9EEB; }

 p { color: rgb(92,158,235); }

 H1.HeaderClassName
 {
   color: #5C9EEB;
 }
 .AnyTagClassName
 {
   color: #5C9EEB;
 }
</style>
background-color css

<style>
 a { background-color: #5C9EEB; }

 a { background-color: rgb(92,158,235); }

 div.DivClassName
 {
   background-color: #5C9EEB;
 }
 .BgClassName
 {
   background-color: #5C9EEB;
 }
</style>
border-color css

<style>
 span { border-color: #5C9EEB; }

 span { border-color: rgb(92,158,235); }

 td.TdClassName
 {
   border-color: #5C9EEB;
 }
 .TagClassName
 {
   border-color: #5C9EEB;
 }
</style>