Html Css Color HEX #5594DF Cornflower Blue

📋 copy color: '#5594DF'

red 85 ◦ green 148 ◦ blue 223

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

Shades of Cornflower Blue #5594DF

Tints of Cornflower Blue #5594DF

RGB

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

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

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

R = 18.64%
G = 32.46%
B = 48.9%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5594DF (or 0x5594DF) is known color: Cornflower Blue. HEX triplet: 55, 94 and DF. RGB value is (85,148,223). Sum of RGB (Red+Green+Blue) = 85+148+223=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #5594DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5594DF is #AA6B20. Grayscale: #898989. Windows color (decimal): -11168545 or 14652501. OLE color: 14652501.

HSL color Cylindrical-coordinate representation of color #5594DF: hue angle of 212.61º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5594DF is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 148 223 -
CMYK 0.62 0.34 0 0.13
HSL 212.61º 0.68% 0.6% -
HSV(B) 212.61º 0.62% 0.87% -
XYZ 27.66 28.44 73.84 -
YUV 137.71 176.13 90.4 -
System Red Green Blue C M Y K H S L
Decimal 85 148 223 0.62 0.34 0 0.13 212.61 0.68 0.6
Hex 55 94 DF 3E 22 0 D D5 44 3C
Octal 125 224 337 76 42 0 15 325 104 74
Binary 1010101 10010100 11011111 111110 100010 0 1101 11010101 1000100 111100

Color Harmonies of #5594DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5594DF

Black with #5594DF

Text Example


Text Example

White with #5594DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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