Html Css Color HEX #5995DF Cornflower Blue

📋 copy color: '#5995DF'

red 89 ◦ green 149 ◦ blue 223

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

Shades of Cornflower Blue #5995DF

Tints of Cornflower Blue #5995DF

RGB

 RED value IS 89 (35.16% from 255) = 19.31%

 GREEN value IS 149 (58.59% from 255) = 32.32%

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

R = 19.31%
G = 32.32%
B = 48.37%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5995DF (or 0x5995DF) is known color: Cornflower Blue. HEX triplet: 59, 95 and DF. RGB value is (89,149,223). Sum of RGB (Red+Green+Blue) = 89+149+223=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #5995DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5995DF is #A66A20. Grayscale: #8B8B8B. Windows color (decimal): -10906145 or 14652761. OLE color: 14652761.

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

Color convert

RGB 89 149 223 -
CMYK 0.60 0.33 0 0.13
HSL 213.13º 0.68% 0.61% -
HSV(B) 213.13º 0.6% 0.87% -
XYZ 28.19 28.95 73.91 -
YUV 139.5 175.12 91.98 -
System Red Green Blue C M Y K H S L
Decimal 89 149 223 0.60 0.33 0 0.13 213.13 0.68 0.61
Hex 59 95 DF 3C 21 0 D D5 44 3D
Octal 131 225 337 74 41 0 15 325 104 75
Binary 1011001 10010101 11011111 111100 100001 0 1101 11010101 1000100 111101

Color Harmonies of #5995DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5995DF

Black with #5995DF

Text Example


Text Example

White with #5995DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,149,223); }

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

background-color css

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

 a { background-color: rgb(89,149,223); }

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

border-color css

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

 span { border-color: rgb(89,149,223); }

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