Html Css Color HEX #488BCF Havelock Blue

📋 copy color: '#488BCF'

red 72 ◦ green 139 ◦ blue 207

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

Shades of Havelock Blue #488BCF

Tints of Havelock Blue #488BCF

RGB

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

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

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

R = 17.22%
G = 33.25%
B = 49.52%

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

#488BCF (or 0x488BCF) is known color: Havelock Blue. HEX triplet: 48, 8B and CF. RGB value is (72,139,207). Sum of RGB (Red+Green+Blue) = 72+139+207=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #488BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BCF is #B77430. Grayscale: #7E7E7E. Windows color (decimal): -12022833 or 13601608. OLE color: 13601608.

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

Color convert

RGB 72 139 207 -
CMYK 0.65 0.33 0 0.19
HSL 210.22º 0.58% 0.55% -
HSV(B) 210.22º 0.65% 0.81% -
XYZ 23.17 24.35 62.51 -
YUV 126.72 173.3 88.97 -
System Red Green Blue C M Y K H S L
Decimal 72 139 207 0.65 0.33 0 0.19 210.22 0.58 0.55
Hex 48 8B CF 41 21 0 13 D2 3A 37
Octal 110 213 317 101 41 0 23 322 72 67
Binary 1001000 10001011 11001111 1000001 100001 0 10011 11010010 111010 110111

Color Harmonies of #488BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BCF

Black with #488BCF

Text Example


Text Example

White with #488BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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