Html Css Color HEX #5E8BDD Cornflower Blue

📋 copy color: '#5E8BDD'

red 94 ◦ green 139 ◦ blue 221

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

Shades of Cornflower Blue #5E8BDD

Tints of Cornflower Blue #5E8BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 20.7%
G = 30.62%
B = 48.68%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E8BDD (or 0x5E8BDD) is known color: Cornflower Blue. HEX triplet: 5E, 8B and DD. RGB value is (94,139,221). Sum of RGB (Red+Green+Blue) = 94+139+221=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E8BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8BDD is #A17422. Grayscale: #868686. Windows color (decimal): -10581027 or 14519134. OLE color: 14519134.

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

Color convert

RGB 94 139 221 -
CMYK 0.57 0.37 0 0.13
HSL 218.74º 0.65% 0.62% -
HSV(B) 218.74º 0.57% 0.87% -
XYZ 26.9 26.07 72.02 -
YUV 134.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 94 139 221 0.57 0.37 0 0.13 218.74 0.65 0.62
Hex 5E 8B DD 39 25 0 D DB 41 3E
Octal 136 213 335 71 45 0 15 333 101 76
Binary 1011110 10001011 11011101 111001 100101 0 1101 11011011 1000001 111110

Color Harmonies of #5E8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8BDD

Black with #5E8BDD

Text Example


Text Example

White with #5E8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,139,221); }

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

background-color css

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

 a { background-color: rgb(94,139,221); }

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

border-color css

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

 span { border-color: rgb(94,139,221); }

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