#427BD0

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

Shades of Havelock Blue #427BD0

Tints of Havelock Blue #427BD0

Color information

#427BD0 (or 0x427BD0) is unknown color: approx Havelock Blue. HEX triplet: 42, 7B and D0. RGB value is (66,123,208). Sum of RGB (Red+Green+Blue) = 66+123+208=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #427BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BD0 is #BD842F. Grayscale: #737373. Windows color (decimal): -12420144 or 13663042. OLE color: 13663042.

HSL color Cylindrical-coordinate representation of color #427BD0: hue angle of 215.92º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427BD0 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB66123208-
CMYK0.680.4100.18
HSL215.92º60.17%53.73%-
HSV(B)215.92º68.27%81.57%-
XYZ20.7119.8862.42-
YUV115.65180.1292.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.62%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 208 (81.64% from 255) = 52.39%
R=16.62%
G=30.98%
B=52.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661232080.680.4100.18215.9260.1753.73
Hex427BD04429012d83c36
Octal102173320104510223307466
Binary1000010111101111010000100010010100101001011011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427BD0; }

 p { color: rgb(66,123,208); }

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

<style>
 a { background-color: #427BD0; }

 a { background-color: rgb(66,123,208); }

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

<style>
 span { border-color: #427BD0; }

 span { border-color: rgb(66,123,208); }

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