Html Css Color HEX #468ACD Havelock Blue

📋 copy color: '#468ACD'

red 70 ◦ green 138 ◦ blue 205

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

Shades of Havelock Blue #468ACD

Tints of Havelock Blue #468ACD

RGB

 RED value IS 70 (27.73% from 255) = 16.95%

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 16.95%
G = 33.41%
B = 49.64%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#468ACD (or 0x468ACD) is known color: Havelock Blue. HEX triplet: 46, 8A and CD. RGB value is (70,138,205). Sum of RGB (Red+Green+Blue) = 70+138+205=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #468ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ACD is #B97532. Grayscale: #7C7C7C. Windows color (decimal): -12154163 or 13470278. OLE color: 13470278.

HSL color Cylindrical-coordinate representation of color #468ACD: hue angle of 209.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468ACD is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 138 205 -
CMYK 0.66 0.33 0 0.20
HSL 209.78º 0.57% 0.54% -
HSV(B) 209.78º 0.66% 0.8% -
XYZ 22.63 23.89 61.18 -
YUV 125.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 70 138 205 0.66 0.33 0 0.20 209.78 0.57 0.54
Hex 46 8A CD 42 21 0 14 D2 39 36
Octal 106 212 315 102 41 0 24 322 71 66
Binary 1000110 10001010 11001101 1000010 100001 0 10100 11010010 111001 110110

Color Harmonies of #468ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ACD

Black with #468ACD

Text Example


Text Example

White with #468ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468ACD; }

 p { color: rgb(70,138,205); }

 H1.HeaderClassName
 {
   color: #468ACD;
 }
 .AnyTagClassName
 {
   color: #468ACD;
 }
</style>

background-color css

<style>
 a { background-color: #468ACD; }

 a { background-color: rgb(70,138,205); }

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

border-color css

<style>
 span { border-color: #468ACD; }

 span { border-color: rgb(70,138,205); }

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