Html Css Color HEX #427BCC Havelock Blue

📋 copy color: '#427BCC'

red 66 ◦ green 123 ◦ blue 204

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

Shades of Havelock Blue #427BCC

Tints of Havelock Blue #427BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 16.79%
G = 31.3%
B = 51.91%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#427BCC (or 0x427BCC) is known color: Havelock Blue. HEX triplet: 42, 7B and CC. RGB value is (66,123,204). Sum of RGB (Red+Green+Blue) = 66+123+204=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #427BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BCC is #BD8433. Grayscale: #727272. Windows color (decimal): -12420148 or 13400898. OLE color: 13400898.

HSL color Cylindrical-coordinate representation of color #427BCC: hue angle of 215.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427BCC is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 123 204 -
CMYK 0.68 0.40 0 0.2
HSL 215.22º 0.58% 0.53% -
HSV(B) 215.22º 0.68% 0.8% -
XYZ 20.23 19.68 59.86 -
YUV 115.19 178.12 92.91 -
System Red Green Blue C M Y K H S L
Decimal 66 123 204 0.68 0.40 0 0.2 215.22 0.58 0.53
Hex 42 7B CC 44 28 0 14 D7 3A 35
Octal 102 173 314 104 50 0 24 327 72 65
Binary 1000010 1111011 11001100 1000100 101000 0 10100 11010111 111010 110101

Color Harmonies of #427BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BCC

Black with #427BCC

Text Example


Text Example

White with #427BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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