Html Css Color HEX #5E9DFE Cornflower Blue

📋 copy color: '#5E9DFE'

red 94 ◦ green 157 ◦ blue 254

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

Shades of Cornflower Blue #5E9DFE

Tints of Cornflower Blue #5E9DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

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

R = 18.61%
G = 31.09%
B = 50.3%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E9DFE (or 0x5E9DFE) is known color: Cornflower Blue. HEX triplet: 5E, 9D and FE. RGB value is (94,157,254). Sum of RGB (Red+Green+Blue) = 94+157+254=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E9DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9DFE is #A16201. Grayscale: #949494. Windows color (decimal): -10576386 or 16686430. OLE color: 16686430.

HSL color Cylindrical-coordinate representation of color #5E9DFE: hue angle of 216.38º 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 #5E9DFE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 94 157 254 -
CMYK 0.63 0.38 0 0.00
HSL 216.38º 0.99% 0.68% -
HSV(B) 216.38º 0.63% 1% -
XYZ 34.56 33.65 98.44 -
YUV 149.22 187.13 88.61 -
System Red Green Blue C M Y K H S L
Decimal 94 157 254 0.63 0.38 0 0.00 216.38 0.99 0.68
Hex 5E 9D FE 3F 26 0 0 D8 63 44
Octal 136 235 376 77 46 0 0 330 143 104
Binary 1011110 10011101 11111110 111111 100110 0 0 11011000 1100011 1000100

Color Harmonies of #5E9DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9DFE

Black with #5E9DFE

Text Example


Text Example

White with #5E9DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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