Html Css Color HEX #5E8AFE Cornflower Blue

📋 copy color: '#5E8AFE'

red 94 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #5E8AFE

Tints of Cornflower Blue #5E8AFE

RGB

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

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

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

R = 19.34%
G = 28.4%
B = 52.26%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E8AFE (or 0x5E8AFE) is known color: Cornflower Blue. HEX triplet: 5E, 8A and FE. RGB value is (94,138,254). Sum of RGB (Red+Green+Blue) = 94+138+254=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E8AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8AFE is #A17501. Grayscale: #898989. Windows color (decimal): -10581250 or 16681566. OLE color: 16681566.

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

Color convert

RGB 94 138 254 -
CMYK 0.63 0.46 0 0.00
HSL 223.5º 0.99% 0.68% -
HSV(B) 223.5º 0.63% 1% -
XYZ 31.59 27.71 97.45 -
YUV 138.07 193.42 96.57 -
System Red Green Blue C M Y K H S L
Decimal 94 138 254 0.63 0.46 0 0.00 223.5 0.99 0.68
Hex 5E 8A FE 3F 2E 0 0 E0 63 44
Octal 136 212 376 77 56 0 0 340 143 104
Binary 1011110 10001010 11111110 111111 101110 0 0 11100000 1100011 1000100

Color Harmonies of #5E8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8AFE

Black with #5E8AFE

Text Example


Text Example

White with #5E8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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