Html Css Color HEX #488CDA Havelock Blue

📋 copy color: '#488CDA'

red 72 ◦ green 140 ◦ blue 218

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

Shades of Havelock Blue #488CDA

Tints of Havelock Blue #488CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 16.74%
G = 32.56%
B = 50.7%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#488CDA (or 0x488CDA) is known color: Havelock Blue. HEX triplet: 48, 8C and DA. RGB value is (72,140,218). Sum of RGB (Red+Green+Blue) = 72+140+218=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #488CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CDA is #B77325. Grayscale: #808080. Windows color (decimal): -12022566 or 14322760. OLE color: 14322760.

HSL color Cylindrical-coordinate representation of color #488CDA: hue angle of 212.05º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488CDA is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 140 218 -
CMYK 0.67 0.36 0 0.15
HSL 212.05º 0.66% 0.57% -
HSV(B) 212.05º 0.67% 0.85% -
XYZ 24.71 25.2 69.89 -
YUV 128.56 178.47 87.66 -
System Red Green Blue C M Y K H S L
Decimal 72 140 218 0.67 0.36 0 0.15 212.05 0.66 0.57
Hex 48 8C DA 43 24 0 F D4 42 39
Octal 110 214 332 103 44 0 17 324 102 71
Binary 1001000 10001100 11011010 1000011 100100 0 1111 11010100 1000010 111001

Color Harmonies of #488CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CDA

Black with #488CDA

Text Example


Text Example

White with #488CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,140,218); }

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

background-color css

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

 a { background-color: rgb(72,140,218); }

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

border-color css

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

 span { border-color: rgb(72,140,218); }

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