Html Css Color HEX #5594EB Cornflower Blue

📋 copy color: '#5594EB'

red 85 ◦ green 148 ◦ blue 235

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

Shades of Cornflower Blue #5594EB

Tints of Cornflower Blue #5594EB

RGB

 RED value IS 85 (33.59% from 255) = 18.16%

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 18.16%
G = 31.62%
B = 50.21%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5594EB (or 0x5594EB) is known color: Cornflower Blue. HEX triplet: 55, 94 and EB. RGB value is (85,148,235). Sum of RGB (Red+Green+Blue) = 85+148+235=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #5594EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5594EB is #AA6B14. Grayscale: #8A8A8A. Windows color (decimal): -11168533 or 15438933. OLE color: 15438933.

HSL color Cylindrical-coordinate representation of color #5594EB: hue angle of 214.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5594EB is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 148 235 -
CMYK 0.64 0.37 0 0.08
HSL 214.8º 0.79% 0.63% -
HSV(B) 214.8º 0.64% 0.92% -
XYZ 29.33 29.11 82.67 -
YUV 139.08 182.13 89.43 -
System Red Green Blue C M Y K H S L
Decimal 85 148 235 0.64 0.37 0 0.08 214.8 0.79 0.63
Hex 55 94 EB 40 25 0 8 D7 4F 3F
Octal 125 224 353 100 45 0 10 327 117 77
Binary 1010101 10010100 11101011 1000000 100101 0 1000 11010111 1001111 111111

Color Harmonies of #5594EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5594EB

Black with #5594EB

Text Example


Text Example

White with #5594EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5594EB; }

 p { color: rgb(85,148,235); }

 H1.HeaderClassName
 {
   color: #5594EB;
 }
 .AnyTagClassName
 {
   color: #5594EB;
 }
</style>

background-color css

<style>
 a { background-color: #5594EB; }

 a { background-color: rgb(85,148,235); }

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

border-color css

<style>
 span { border-color: #5594EB; }

 span { border-color: rgb(85,148,235); }

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