Html Css Color HEX #5C9CEA Cornflower Blue

📋 copy color: '#5C9CEA'

red 92 ◦ green 156 ◦ blue 234

#5C9CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5C9CEA

Tints of Cornflower Blue #5C9CEA

RGB

 RED value IS 92 (36.33% from 255) = 19.09%

 GREEN value IS 156 (61.33% from 255) = 32.37%

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 19.09%
G = 32.37%
B = 48.55%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5C9CEA (or 0x5C9CEA) is known color: Cornflower Blue. HEX triplet: 5C, 9C and EA. RGB value is (92,156,234). Sum of RGB (Red+Green+Blue) = 92+156+234=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C9CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9CEA is #A36315. Grayscale: #919191. Windows color (decimal): -10707734 or 15375452. OLE color: 15375452.

HSL color Cylindrical-coordinate representation of color #5C9CEA: hue angle of 212.96º degrees, saturation: 0.77, 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 #5C9CEA is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 156 234 -
CMYK 0.61 0.33 0 0.08
HSL 212.96º 0.77% 0.64% -
HSV(B) 212.96º 0.61% 0.92% -
XYZ 31.15 31.99 82.38 -
YUV 145.76 177.8 89.66 -
System Red Green Blue C M Y K H S L
Decimal 92 156 234 0.61 0.33 0 0.08 212.96 0.77 0.64
Hex 5C 9C EA 3D 21 0 8 D5 4D 40
Octal 134 234 352 75 41 0 10 325 115 100
Binary 1011100 10011100 11101010 111101 100001 0 1000 11010101 1001101 1000000

Color Harmonies of #5C9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9CEA

Black with #5C9CEA

Text Example


Text Example

White with #5C9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,156,234); }

 H1.HeaderClassName
 {
   color: #5C9CEA;
 }
 .AnyTagClassName
 {
   color: #5C9CEA;
 }
</style>

background-color css

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

 a { background-color: rgb(92,156,234); }

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

border-color css

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

 span { border-color: rgb(92,156,234); }

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