Html Css Color HEX #427CD0 Havelock Blue

📋 copy color: '#427CD0'

red 66 ◦ green 124 ◦ blue 208

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

Shades of Havelock Blue #427CD0

Tints of Havelock Blue #427CD0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 16.58%
G = 31.16%
B = 52.26%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#427CD0 (or 0x427CD0) is known color: Havelock Blue. HEX triplet: 42, 7C and D0. RGB value is (66,124,208). Sum of RGB (Red+Green+Blue) = 66+124+208=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #427CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CD0 is #BD832F. Grayscale: #737373. Windows color (decimal): -12419888 or 13663298. OLE color: 13663298.

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

Color convert

RGB 66 124 208 -
CMYK 0.68 0.40 0 0.18
HSL 215.49º 0.6% 0.54% -
HSV(B) 215.49º 0.68% 0.82% -
XYZ 20.84 20.13 62.46 -
YUV 116.23 179.78 92.17 -
System Red Green Blue C M Y K H S L
Decimal 66 124 208 0.68 0.40 0 0.18 215.49 0.6 0.54
Hex 42 7C D0 44 28 0 12 D7 3C 36
Octal 102 174 320 104 50 0 22 327 74 66
Binary 1000010 1111100 11010000 1000100 101000 0 10010 11010111 111100 110110

Color Harmonies of #427CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CD0

Black with #427CD0

Text Example


Text Example

White with #427CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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