Html Css Color HEX #468ACB Havelock Blue

📋 copy color: '#468ACB'

red 70 ◦ green 138 ◦ blue 203

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

Shades of Havelock Blue #468ACB

Tints of Havelock Blue #468ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 17.03%
G = 33.58%
B = 49.39%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#468ACB (or 0x468ACB) is known color: Havelock Blue. HEX triplet: 46, 8A and CB. RGB value is (70,138,203). Sum of RGB (Red+Green+Blue) = 70+138+203=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #468ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ACB is #B97534. Grayscale: #7C7C7C. Windows color (decimal): -12154165 or 13339206. OLE color: 13339206.

HSL color Cylindrical-coordinate representation of color #468ACB: hue angle of 209.32º degrees, saturation: 0.56, 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 #468ACB is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 138 203 -
CMYK 0.66 0.32 0 0.20
HSL 209.32º 0.56% 0.54% -
HSV(B) 209.32º 0.66% 0.8% -
XYZ 22.39 23.79 59.91 -
YUV 125.08 171.97 88.71 -
System Red Green Blue C M Y K H S L
Decimal 70 138 203 0.66 0.32 0 0.20 209.32 0.56 0.54
Hex 46 8A CB 42 20 0 14 D1 38 36
Octal 106 212 313 102 40 0 24 321 70 66
Binary 1000110 10001010 11001011 1000010 100000 0 10100 11010001 111000 110110

Color Harmonies of #468ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ACB

Black with #468ACB

Text Example


Text Example

White with #468ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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