Html Css Color HEX #487BD2 Havelock Blue

📋 copy color: '#487BD2'

red 72 ◦ green 123 ◦ blue 210

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

Shades of Havelock Blue #487BD2

Tints of Havelock Blue #487BD2

RGB

 RED value IS 72 (28.52% from 255) = 17.78%

 GREEN value IS 123 (48.44% from 255) = 30.37%

 BLUE value IS 210 (82.42% from 255) = 51.85%

R = 17.78%
G = 30.37%
B = 51.85%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#487BD2 (or 0x487BD2) is known color: Havelock Blue. HEX triplet: 48, 7B and D2. RGB value is (72,123,210). Sum of RGB (Red+Green+Blue) = 72+123+210=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 210 (82.42% from 255 or 51.85% from 405); Max value from RGB is 210 - color contains mainly: blue. Hex color #487BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BD2 is #B7842D. Grayscale: #757575. Windows color (decimal): -12026926 or 13794120. OLE color: 13794120.

HSL color Cylindrical-coordinate representation of color #487BD2: hue angle of 217.83º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487BD2 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 123 210 -
CMYK 0.66 0.41 0 0.18
HSL 217.83º 0.61% 0.55% -
HSV(B) 217.83º 0.66% 0.82% -
XYZ 21.39 20.2 63.74 -
YUV 117.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 72 123 210 0.66 0.41 0 0.18 217.83 0.61 0.55
Hex 48 7B D2 42 29 0 12 DA 3D 37
Octal 110 173 322 102 51 0 22 332 75 67
Binary 1001000 1111011 11010010 1000010 101001 0 10010 11011010 111101 110111

Color Harmonies of #487BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487BD2

Black with #487BD2

Text Example


Text Example

White with #487BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487BD2; }

 p { color: rgb(72,123,210); }

 H1.HeaderClassName
 {
   color: #487BD2;
 }
 .AnyTagClassName
 {
   color: #487BD2;
 }
</style>

background-color css

<style>
 a { background-color: #487BD2; }

 a { background-color: rgb(72,123,210); }

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

border-color css

<style>
 span { border-color: #487BD2; }

 span { border-color: rgb(72,123,210); }

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