Html Css Color HEX #5E9CFE Cornflower Blue

📋 copy color: '#5E9CFE'

red 94 ◦ green 156 ◦ blue 254

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

Shades of Cornflower Blue #5E9CFE

Tints of Cornflower Blue #5E9CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 18.65%
G = 30.95%
B = 50.4%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E9CFE (or 0x5E9CFE) is known color: Cornflower Blue. HEX triplet: 5E, 9C and FE. RGB value is (94,156,254). Sum of RGB (Red+Green+Blue) = 94+156+254=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E9CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9CFE is #A16301. Grayscale: #949494. Windows color (decimal): -10576642 or 16686174. OLE color: 16686174.

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

Color convert

RGB 94 156 254 -
CMYK 0.63 0.39 0 0.00
HSL 216.75º 0.99% 0.68% -
HSV(B) 216.75º 0.63% 1% -
XYZ 34.39 33.31 98.38 -
YUV 148.63 187.46 89.03 -
System Red Green Blue C M Y K H S L
Decimal 94 156 254 0.63 0.39 0 0.00 216.75 0.99 0.68
Hex 5E 9C FE 3F 27 0 0 D9 63 44
Octal 136 234 376 77 47 0 0 331 143 104
Binary 1011110 10011100 11111110 111111 100111 0 0 11011001 1100011 1000100

Color Harmonies of #5E9CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9CFE

Black with #5E9CFE

Text Example


Text Example

White with #5E9CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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