Html Css Color HEX #468BCD Havelock Blue

📋 copy color: '#468BCD'

red 70 ◦ green 139 ◦ blue 205

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

Shades of Havelock Blue #468BCD

Tints of Havelock Blue #468BCD

RGB

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

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

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

R = 16.91%
G = 33.57%
B = 49.52%

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

#468BCD (or 0x468BCD) is known color: Havelock Blue. HEX triplet: 46, 8B and CD. RGB value is (70,139,205). Sum of RGB (Red+Green+Blue) = 70+139+205=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #468BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BCD is #B97432. Grayscale: #7D7D7D. Windows color (decimal): -12153907 or 13470534. OLE color: 13470534.

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

Color convert

RGB 70 139 205 -
CMYK 0.66 0.32 0 0.20
HSL 209.33º 0.57% 0.54% -
HSV(B) 209.33º 0.66% 0.8% -
XYZ 22.78 24.18 61.22 -
YUV 125.89 172.64 88.13 -
System Red Green Blue C M Y K H S L
Decimal 70 139 205 0.66 0.32 0 0.20 209.33 0.57 0.54
Hex 46 8B CD 42 20 0 14 D1 39 36
Octal 106 213 315 102 40 0 24 321 71 66
Binary 1000110 10001011 11001101 1000010 100000 0 10100 11010001 111001 110110

Color Harmonies of #468BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BCD

Black with #468BCD

Text Example


Text Example

White with #468BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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