Html Css Color HEX #427DD2 Havelock Blue

📋 copy color: '#427DD2'

red 66 ◦ green 125 ◦ blue 210

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

Shades of Havelock Blue #427DD2

Tints of Havelock Blue #427DD2

RGB

 RED value IS 66 (26.17% from 255) = 16.46%

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 210 (82.42% from 255) = 52.37%

R = 16.46%
G = 31.17%
B = 52.37%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#427DD2 (or 0x427DD2) is known color: Havelock Blue. HEX triplet: 42, 7D and D2. RGB value is (66,125,210). Sum of RGB (Red+Green+Blue) = 66+125+210=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #427DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DD2 is #BD822D. Grayscale: #747474. Windows color (decimal): -12419630 or 13794626. OLE color: 13794626.

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

Color convert

RGB 66 125 210 -
CMYK 0.69 0.40 0 0.18
HSL 215.42º 0.62% 0.54% -
HSV(B) 215.42º 0.69% 0.82% -
XYZ 21.21 20.48 63.81 -
YUV 117.05 180.45 91.59 -
System Red Green Blue C M Y K H S L
Decimal 66 125 210 0.69 0.40 0 0.18 215.42 0.62 0.54
Hex 42 7D D2 45 28 0 12 D7 3E 36
Octal 102 175 322 105 50 0 22 327 76 66
Binary 1000010 1111101 11010010 1000101 101000 0 10010 11010111 111110 110110

Color Harmonies of #427DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DD2

Black with #427DD2

Text Example


Text Example

White with #427DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,125,210); }

 H1.HeaderClassName
 {
   color: #427DD2;
 }
 .AnyTagClassName
 {
   color: #427DD2;
 }
</style>

background-color css

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

 a { background-color: rgb(66,125,210); }

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

border-color css

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

 span { border-color: rgb(66,125,210); }

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