Html Css Color HEX #5E8AFC Cornflower Blue

📋 copy color: '#5E8AFC'

red 94 ◦ green 138 ◦ blue 252

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

Shades of Cornflower Blue #5E8AFC

Tints of Cornflower Blue #5E8AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 19.42%
G = 28.51%
B = 52.07%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5E8AFC (or 0x5E8AFC) is known color: Cornflower Blue. HEX triplet: 5E, 8A and FC. RGB value is (94,138,252). Sum of RGB (Red+Green+Blue) = 94+138+252=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E8AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8AFC is #A17503. Grayscale: #898989. Windows color (decimal): -10581252 or 16550494. OLE color: 16550494.

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

Color convert

RGB 94 138 252 -
CMYK 0.63 0.45 0 0.01
HSL 223.29º 0.96% 0.68% -
HSV(B) 223.29º 0.63% 0.99% -
XYZ 31.28 27.58 95.77 -
YUV 137.84 192.42 96.73 -
System Red Green Blue C M Y K H S L
Decimal 94 138 252 0.63 0.45 0 0.01 223.29 0.96 0.68
Hex 5E 8A FC 3F 2D 0 1 DF 60 44
Octal 136 212 374 77 55 0 1 337 140 104
Binary 1011110 10001010 11111100 111111 101101 0 1 11011111 1100000 1000100

Color Harmonies of #5E8AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8AFC

Black with #5E8AFC

Text Example


Text Example

White with #5E8AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,138,252); }

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

background-color css

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

 a { background-color: rgb(94,138,252); }

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

border-color css

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

 span { border-color: rgb(94,138,252); }

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