Html Css Color HEX #488ACF Havelock Blue

📋 copy color: '#488ACF'

red 72 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #488ACF

Tints of Havelock Blue #488ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 17.27%
G = 33.09%
B = 49.64%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#488ACF (or 0x488ACF) is known color: Havelock Blue. HEX triplet: 48, 8A and CF. RGB value is (72,138,207). Sum of RGB (Red+Green+Blue) = 72+138+207=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #488ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ACF is #B77530. Grayscale: #7D7D7D. Windows color (decimal): -12023089 or 13601352. OLE color: 13601352.

HSL color Cylindrical-coordinate representation of color #488ACF: hue angle of 210.67º 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 #488ACF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 138 207 -
CMYK 0.65 0.33 0 0.19
HSL 210.67º 0.58% 0.55% -
HSV(B) 210.67º 0.65% 0.81% -
XYZ 23.02 24.06 62.46 -
YUV 126.13 173.63 89.39 -
System Red Green Blue C M Y K H S L
Decimal 72 138 207 0.65 0.33 0 0.19 210.67 0.58 0.55
Hex 48 8A CF 41 21 0 13 D3 3A 37
Octal 110 212 317 101 41 0 23 323 72 67
Binary 1001000 10001010 11001111 1000001 100001 0 10011 11010011 111010 110111

Color Harmonies of #488ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488ACF

Black with #488ACF

Text Example


Text Example

White with #488ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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