Html Css Color HEX #427FD3 Havelock Blue

📋 copy color: '#427FD3'

red 66 ◦ green 127 ◦ blue 211

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

Shades of Havelock Blue #427FD3

Tints of Havelock Blue #427FD3

RGB

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

 GREEN value IS 127 (50% from 255) = 31.44%

 BLUE value IS 211 (82.81% from 255) = 52.23%

R = 16.34%
G = 31.44%
B = 52.23%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#427FD3 (or 0x427FD3) is known color: Havelock Blue. HEX triplet: 42, 7F and D3. RGB value is (66,127,211). Sum of RGB (Red+Green+Blue) = 66+127+211=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #427FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FD3 is #BD802C. Grayscale: #757575. Windows color (decimal): -12419117 or 13860674. OLE color: 13860674.

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

Color convert

RGB 66 127 211 -
CMYK 0.69 0.40 0 0.17
HSL 214.76º 0.62% 0.54% -
HSV(B) 214.76º 0.69% 0.83% -
XYZ 21.59 21.04 64.55 -
YUV 118.34 180.29 90.67 -
System Red Green Blue C M Y K H S L
Decimal 66 127 211 0.69 0.40 0 0.17 214.76 0.62 0.54
Hex 42 7F D3 45 28 0 11 D7 3E 36
Octal 102 177 323 105 50 0 21 327 76 66
Binary 1000010 1111111 11010011 1000101 101000 0 10001 11010111 111110 110110

Color Harmonies of #427FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FD3

Black with #427FD3

Text Example


Text Example

White with #427FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,127,211); }

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

background-color css

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

 a { background-color: rgb(66,127,211); }

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

border-color css

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

 span { border-color: rgb(66,127,211); }

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