Html Css Color HEX #427ED3 Havelock Blue

📋 copy color: '#427ED3'

red 66 ◦ green 126 ◦ blue 211

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

Shades of Havelock Blue #427ED3

Tints of Havelock Blue #427ED3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

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

R = 16.38%
G = 31.27%
B = 52.36%

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

#427ED3 (or 0x427ED3) is known color: Havelock Blue. HEX triplet: 42, 7E and D3. RGB value is (66,126,211). Sum of RGB (Red+Green+Blue) = 66+126+211=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 211 (82.81% from 255 or 52.36% from 403); Max value from RGB is 211 - color contains mainly: blue. Hex color #427ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ED3 is #BD812C. Grayscale: #757575. Windows color (decimal): -12419373 or 13860418. OLE color: 13860418.

HSL color Cylindrical-coordinate representation of color #427ED3: hue angle of 215.17º 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 #427ED3 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 126 211 -
CMYK 0.69 0.40 0 0.17
HSL 215.17º 0.62% 0.54% -
HSV(B) 215.17º 0.69% 0.83% -
XYZ 21.47 20.78 64.51 -
YUV 117.75 180.62 91.09 -
System Red Green Blue C M Y K H S L
Decimal 66 126 211 0.69 0.40 0 0.17 215.17 0.62 0.54
Hex 42 7E D3 45 28 0 11 D7 3E 36
Octal 102 176 323 105 50 0 21 327 76 66
Binary 1000010 1111110 11010011 1000101 101000 0 10001 11010111 111110 110110

Color Harmonies of #427ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ED3

Black with #427ED3

Text Example


Text Example

White with #427ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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