Html Css Color HEX #5E96FE Cornflower Blue

📋 copy color: '#5E96FE'

red 94 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #5E96FE

Tints of Cornflower Blue #5E96FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.12%

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

R = 18.88%
G = 30.12%
B = 51%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E96FE (or 0x5E96FE) is known color: Cornflower Blue. HEX triplet: 5E, 96 and FE. RGB value is (94,150,254). Sum of RGB (Red+Green+Blue) = 94+150+254=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E96FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E96FE is #A16901. Grayscale: #909090. Windows color (decimal): -10578178 or 16684638. OLE color: 16684638.

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

Color convert

RGB 94 150 254 -
CMYK 0.63 0.41 0 0.00
HSL 219º 0.99% 0.68% -
HSV(B) 219º 0.63% 1% -
XYZ 33.41 31.35 98.06 -
YUV 145.11 189.45 91.54 -
System Red Green Blue C M Y K H S L
Decimal 94 150 254 0.63 0.41 0 0.00 219 0.99 0.68
Hex 5E 96 FE 3F 29 0 0 DB 63 44
Octal 136 226 376 77 51 0 0 333 143 104
Binary 1011110 10010110 11111110 111111 101001 0 0 11011011 1100011 1000100

Color Harmonies of #5E96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E96FE

Black with #5E96FE

Text Example


Text Example

White with #5E96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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