Html Css Color HEX #5E8EDF Cornflower Blue

📋 copy color: '#5E8EDF'

red 94 ◦ green 142 ◦ blue 223

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

Shades of Cornflower Blue #5E8EDF

Tints of Cornflower Blue #5E8EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.94%

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 20.48%
G = 30.94%
B = 48.58%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E8EDF (or 0x5E8EDF) is known color: Cornflower Blue. HEX triplet: 5E, 8E and DF. RGB value is (94,142,223). Sum of RGB (Red+Green+Blue) = 94+142+223=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8EDF is #A17120. Grayscale: #888888. Windows color (decimal): -10580257 or 14650974. OLE color: 14650974.

HSL color Cylindrical-coordinate representation of color #5E8EDF: hue angle of 217.67º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E8EDF is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 142 223 -
CMYK 0.58 0.36 0 0.13
HSL 217.67º 0.67% 0.62% -
HSV(B) 217.67º 0.58% 0.87% -
XYZ 27.61 27.05 73.58 -
YUV 136.88 176.6 97.41 -
System Red Green Blue C M Y K H S L
Decimal 94 142 223 0.58 0.36 0 0.13 217.67 0.67 0.62
Hex 5E 8E DF 3A 24 0 D DA 43 3E
Octal 136 216 337 72 44 0 15 332 103 76
Binary 1011110 10001110 11011111 111010 100100 0 1101 11011010 1000011 111110

Color Harmonies of #5E8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8EDF

Black with #5E8EDF

Text Example


Text Example

White with #5E8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,142,223); }

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

background-color css

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

 a { background-color: rgb(94,142,223); }

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

border-color css

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

 span { border-color: rgb(94,142,223); }

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