Html Css Color HEX #5E90FE Cornflower Blue

📋 copy color: '#5E90FE'

red 94 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #5E90FE

Tints of Cornflower Blue #5E90FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.27%

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

R = 19.11%
G = 29.27%
B = 51.63%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E90FE (or 0x5E90FE) is known color: Cornflower Blue. HEX triplet: 5E, 90 and FE. RGB value is (94,144,254). Sum of RGB (Red+Green+Blue) = 94+144+254=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E90FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E90FE is #A16F01. Grayscale: #8D8D8D. Windows color (decimal): -10579714 or 16683102. OLE color: 16683102.

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

Color convert

RGB 94 144 254 -
CMYK 0.63 0.43 0 0.00
HSL 221.25º 0.99% 0.68% -
HSV(B) 221.25º 0.63% 1% -
XYZ 32.48 29.48 97.74 -
YUV 141.59 191.44 94.06 -
System Red Green Blue C M Y K H S L
Decimal 94 144 254 0.63 0.43 0 0.00 221.25 0.99 0.68
Hex 5E 90 FE 3F 2B 0 0 DD 63 44
Octal 136 220 376 77 53 0 0 335 143 104
Binary 1011110 10010000 11111110 111111 101011 0 0 11011101 1100011 1000100

Color Harmonies of #5E90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E90FE

Black with #5E90FE

Text Example


Text Example

White with #5E90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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