Html Css Color HEX #427BCE Havelock Blue

📋 copy color: '#427BCE'

red 66 ◦ green 123 ◦ blue 206

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

Shades of Havelock Blue #427BCE

Tints of Havelock Blue #427BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 16.71%
G = 31.14%
B = 52.15%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#427BCE (or 0x427BCE) is known color: Havelock Blue. HEX triplet: 42, 7B and CE. RGB value is (66,123,206). Sum of RGB (Red+Green+Blue) = 66+123+206=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #427BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BCE is #BD8431. Grayscale: #737373. Windows color (decimal): -12420146 or 13531970. OLE color: 13531970.

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

Color convert

RGB 66 123 206 -
CMYK 0.68 0.40 0 0.19
HSL 215.57º 0.59% 0.53% -
HSV(B) 215.57º 0.68% 0.81% -
XYZ 20.47 19.78 61.13 -
YUV 115.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 66 123 206 0.68 0.40 0 0.19 215.57 0.59 0.53
Hex 42 7B CE 44 28 0 13 D8 3B 35
Octal 102 173 316 104 50 0 23 330 73 65
Binary 1000010 1111011 11001110 1000100 101000 0 10011 11011000 111011 110101

Color Harmonies of #427BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BCE

Black with #427BCE

Text Example


Text Example

White with #427BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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