Html Css Color HEX #598BD7 Havelock Blue

📋 copy color: '#598BD7'

red 89 ◦ green 139 ◦ blue 215

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

Shades of Havelock Blue #598BD7

Tints of Havelock Blue #598BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.53%

R = 20.09%
G = 31.38%
B = 48.53%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#598BD7 (or 0x598BD7) is known color: Havelock Blue. HEX triplet: 59, 8B and D7. RGB value is (89,139,215). Sum of RGB (Red+Green+Blue) = 89+139+215=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #598BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598BD7 is #A67428. Grayscale: #848484. Windows color (decimal): -10908713 or 14125913. OLE color: 14125913.

HSL color Cylindrical-coordinate representation of color #598BD7: hue angle of 216.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #598BD7 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 139 215 -
CMYK 0.59 0.35 0 0.16
HSL 216.19º 0.61% 0.6% -
HSV(B) 216.19º 0.59% 0.84% -
XYZ 25.62 25.5 67.86 -
YUV 132.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 89 139 215 0.59 0.35 0 0.16 216.19 0.61 0.6
Hex 59 8B D7 3B 23 0 10 D8 3D 3C
Octal 131 213 327 73 43 0 20 330 75 74
Binary 1011001 10001011 11010111 111011 100011 0 10000 11011000 111101 111100

Color Harmonies of #598BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598BD7

Black with #598BD7

Text Example


Text Example

White with #598BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598BD7; }

 p { color: rgb(89,139,215); }

 H1.HeaderClassName
 {
   color: #598BD7;
 }
 .AnyTagClassName
 {
   color: #598BD7;
 }
</style>

background-color css

<style>
 a { background-color: #598BD7; }

 a { background-color: rgb(89,139,215); }

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

border-color css

<style>
 span { border-color: #598BD7; }

 span { border-color: rgb(89,139,215); }

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