Html Css Color HEX #468ACE Havelock Blue

📋 copy color: '#468ACE'

red 70 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #468ACE

Tints of Havelock Blue #468ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 16.91%
G = 33.33%
B = 49.76%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#468ACE (or 0x468ACE) is known color: Havelock Blue. HEX triplet: 46, 8A and CE. RGB value is (70,138,206). Sum of RGB (Red+Green+Blue) = 70+138+206=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #468ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ACE is #B97531. Grayscale: #7D7D7D. Windows color (decimal): -12154162 or 13535814. OLE color: 13535814.

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

Color convert

RGB 70 138 206 -
CMYK 0.66 0.33 0 0.19
HSL 210º 0.58% 0.54% -
HSV(B) 210º 0.66% 0.81% -
XYZ 22.75 23.94 61.81 -
YUV 125.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 70 138 206 0.66 0.33 0 0.19 210 0.58 0.54
Hex 46 8A CE 42 21 0 13 D2 3A 36
Octal 106 212 316 102 41 0 23 322 72 66
Binary 1000110 10001010 11001110 1000010 100001 0 10011 11010010 111010 110110

Color Harmonies of #468ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ACE

Black with #468ACE

Text Example


Text Example

White with #468ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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