#468ED1

Color #468ED1 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #468ED1

Tints of Havelock Blue #468ED1

Color information

#468ED1 (or 0x468ED1) is unknown color: approx Havelock Blue. HEX triplet: 46, 8E and D1. RGB value is (70,142,209). Sum of RGB (Red+Green+Blue) = 70+142+209=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #468ED1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ED1 is #B9712E. Grayscale: #7F7F7F. Windows color (decimal): -12153135 or 13733446. OLE color: 13733446.

HSL color Cylindrical-coordinate representation of color #468ED1: hue angle of 208.92º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #468ED1 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB70142209-
CMYK0.670.3200.18
HSL208.92º60.17%54.71%-
HSV(B)208.92º66.51%81.96%-
XYZ23.7125.2563.95-
YUV128.11173.6586.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.63%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 209 (82.03% from 255) = 49.64%
R=16.63%
G=33.73%
B=49.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701422090.670.3200.18208.9260.1754.71
Hex468ED14320012d13c37
Octal106216321103400223217467
Binary10001101000111011010001100001110000001001011010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,142,209); }

 H1.HeaderClassName
 {
   color: #468ED1;
 }
 .AnyTagClassName
 {
   color: #468ED1;
 }
</style>
background-color css

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

 a { background-color: rgb(70,142,209); }

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

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

 span { border-color: rgb(70,142,209); }

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