Html Css Color HEX #5E94DE Cornflower Blue

📋 copy color: '#5E94DE'

red 94 ◦ green 148 ◦ blue 222

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

Shades of Cornflower Blue #5E94DE

Tints of Cornflower Blue #5E94DE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 20.26%
G = 31.9%
B = 47.84%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E94DE (or 0x5E94DE) is known color: Cornflower Blue. HEX triplet: 5E, 94 and DE. RGB value is (94,148,222). Sum of RGB (Red+Green+Blue) = 94+148+222=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E94DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E94DE is #A16B21. Grayscale: #8B8B8B. Windows color (decimal): -10578722 or 14586974. OLE color: 14586974.

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

Color convert

RGB 94 148 222 -
CMYK 0.58 0.33 0 0.13
HSL 214.69º 0.66% 0.62% -
HSV(B) 214.69º 0.58% 0.87% -
XYZ 28.39 28.83 73.18 -
YUV 140.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 94 148 222 0.58 0.33 0 0.13 214.69 0.66 0.62
Hex 5E 94 DE 3A 21 0 D D7 42 3E
Octal 136 224 336 72 41 0 15 327 102 76
Binary 1011110 10010100 11011110 111010 100001 0 1101 11010111 1000010 111110

Color Harmonies of #5E94DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E94DE

Black with #5E94DE

Text Example


Text Example

White with #5E94DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,148,222); }

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

background-color css

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

 a { background-color: rgb(94,148,222); }

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

border-color css

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

 span { border-color: rgb(94,148,222); }

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