Html Css Color HEX #487ACF Havelock Blue

📋 copy color: '#487ACF'

red 72 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #487ACF

Tints of Havelock Blue #487ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 17.96%
G = 30.42%
B = 51.62%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#487ACF (or 0x487ACF) is known color: Havelock Blue. HEX triplet: 48, 7A and CF. RGB value is (72,122,207). Sum of RGB (Red+Green+Blue) = 72+122+207=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #487ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ACF is #B78530. Grayscale: #747474. Windows color (decimal): -12027185 or 13597256. OLE color: 13597256.

HSL color Cylindrical-coordinate representation of color #487ACF: hue angle of 217.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487ACF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 122 207 -
CMYK 0.65 0.41 0 0.19
HSL 217.78º 0.58% 0.55% -
HSV(B) 217.78º 0.65% 0.81% -
XYZ 20.89 19.8 61.75 -
YUV 116.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 72 122 207 0.65 0.41 0 0.19 217.78 0.58 0.55
Hex 48 7A CF 41 29 0 13 DA 3A 37
Octal 110 172 317 101 51 0 23 332 72 67
Binary 1001000 1111010 11001111 1000001 101001 0 10011 11011010 111010 110111

Color Harmonies of #487ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487ACF

Black with #487ACF

Text Example


Text Example

White with #487ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,122,207); }

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

background-color css

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

 a { background-color: rgb(72,122,207); }

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

border-color css

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

 span { border-color: rgb(72,122,207); }

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