Html Css Color HEX #5E9CFC Cornflower Blue

📋 copy color: '#5E9CFC'

red 94 ◦ green 156 ◦ blue 252

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

Shades of Cornflower Blue #5E9CFC

Tints of Cornflower Blue #5E9CFC

RGB

 RED value IS 94 (37.11% from 255) = 18.73%

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 18.73%
G = 31.08%
B = 50.2%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5E9CFC (or 0x5E9CFC) is known color: Cornflower Blue. HEX triplet: 5E, 9C and FC. RGB value is (94,156,252). Sum of RGB (Red+Green+Blue) = 94+156+252=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E9CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9CFC is #A16303. Grayscale: #939393. Windows color (decimal): -10576644 or 16555102. OLE color: 16555102.

HSL color Cylindrical-coordinate representation of color #5E9CFC: hue angle of 216.46º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E9CFC is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 156 252 -
CMYK 0.63 0.38 0 0.01
HSL 216.46º 0.96% 0.68% -
HSV(B) 216.46º 0.63% 0.99% -
XYZ 34.08 33.18 96.7 -
YUV 148.41 186.46 89.19 -
System Red Green Blue C M Y K H S L
Decimal 94 156 252 0.63 0.38 0 0.01 216.46 0.96 0.68
Hex 5E 9C FC 3F 26 0 1 D8 60 44
Octal 136 234 374 77 46 0 1 330 140 104
Binary 1011110 10011100 11111100 111111 100110 0 1 11011000 1100000 1000100

Color Harmonies of #5E9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9CFC

Black with #5E9CFC

Text Example


Text Example

White with #5E9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,156,252); }

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

background-color css

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

 a { background-color: rgb(94,156,252); }

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

border-color css

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

 span { border-color: rgb(94,156,252); }

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