Html Css Color HEX #5E9FFE Cornflower Blue

📋 copy color: '#5E9FFE'

red 94 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #5E9FFE

Tints of Cornflower Blue #5E9FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

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

R = 18.54%
G = 31.36%
B = 50.1%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E9FFE (or 0x5E9FFE) is known color: Cornflower Blue. HEX triplet: 5E, 9F and FE. RGB value is (94,159,254). Sum of RGB (Red+Green+Blue) = 94+159+254=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E9FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9FFE is #A16001. Grayscale: #959595. Windows color (decimal): -10575874 or 16686942. OLE color: 16686942.

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

Color convert

RGB 94 159 254 -
CMYK 0.63 0.37 0 0.00
HSL 215.63º 0.99% 0.68% -
HSV(B) 215.63º 0.63% 1% -
XYZ 34.9 34.33 98.55 -
YUV 150.4 186.47 87.78 -
System Red Green Blue C M Y K H S L
Decimal 94 159 254 0.63 0.37 0 0.00 215.63 0.99 0.68
Hex 5E 9F FE 3F 25 0 0 D8 63 44
Octal 136 237 376 77 45 0 0 330 143 104
Binary 1011110 10011111 11111110 111111 100101 0 0 11011000 1100011 1000100

Color Harmonies of #5E9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9FFE

Black with #5E9FFE

Text Example


Text Example

White with #5E9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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