Html Css Color HEX #5E9ADF Cornflower Blue

📋 copy color: '#5E9ADF'

red 94 ◦ green 154 ◦ blue 223

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

Shades of Cornflower Blue #5E9ADF

Tints of Cornflower Blue #5E9ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

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

R = 19.96%
G = 32.7%
B = 47.35%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E9ADF (or 0x5E9ADF) is known color: Cornflower Blue. HEX triplet: 5E, 9A and DF. RGB value is (94,154,223). Sum of RGB (Red+Green+Blue) = 94+154+223=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E9ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9ADF is #A16520. Grayscale: #8F8F8F. Windows color (decimal): -10577185 or 14654046. OLE color: 14654046.

HSL color Cylindrical-coordinate representation of color #5E9ADF: hue angle of 212.09º 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 #5E9ADF is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 154 223 -
CMYK 0.58 0.31 0 0.13
HSL 212.09º 0.67% 0.62% -
HSV(B) 212.09º 0.58% 0.87% -
XYZ 29.49 30.82 74.21 -
YUV 143.93 172.62 92.39 -
System Red Green Blue C M Y K H S L
Decimal 94 154 223 0.58 0.31 0 0.13 212.09 0.67 0.62
Hex 5E 9A DF 3A 1F 0 D D4 43 3E
Octal 136 232 337 72 37 0 15 324 103 76
Binary 1011110 10011010 11011111 111010 11111 0 1101 11010100 1000011 111110

Color Harmonies of #5E9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9ADF

Black with #5E9ADF

Text Example


Text Example

White with #5E9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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