Html Css Color HEX #5F7DD1 Havelock Blue

📋 copy color: '#5F7DD1'

red 95 ◦ green 125 ◦ blue 209

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

Shades of Havelock Blue #5F7DD1

Tints of Havelock Blue #5F7DD1

RGB

 RED value IS 95 (37.5% from 255) = 22.14%

 GREEN value IS 125 (49.22% from 255) = 29.14%

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 22.14%
G = 29.14%
B = 48.72%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5F7DD1 (or 0x5F7DD1) is known color: Havelock Blue. HEX triplet: 5F, 7D and D1. RGB value is (95,125,209). Sum of RGB (Red+Green+Blue) = 95+125+209=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #5F7DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7DD1 is #A0822E. Grayscale: #7D7D7D. Windows color (decimal): -10519087 or 13729119. OLE color: 13729119.

HSL color Cylindrical-coordinate representation of color #5F7DD1: hue angle of 224.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F7DD1 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 125 209 -
CMYK 0.55 0.40 0 0.18
HSL 224.21º 0.55% 0.6% -
HSV(B) 224.21º 0.55% 0.82% -
XYZ 23.56 21.7 63.27 -
YUV 125.61 175.06 106.17 -
System Red Green Blue C M Y K H S L
Decimal 95 125 209 0.55 0.40 0 0.18 224.21 0.55 0.6
Hex 5F 7D D1 37 28 0 12 E0 37 3C
Octal 137 175 321 67 50 0 22 340 67 74
Binary 1011111 1111101 11010001 110111 101000 0 10010 11100000 110111 111100

Color Harmonies of #5F7DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7DD1

Black with #5F7DD1

Text Example


Text Example

White with #5F7DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,125,209); }

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

background-color css

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

 a { background-color: rgb(95,125,209); }

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

border-color css

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

 span { border-color: rgb(95,125,209); }

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