Html Css Color HEX #427ACF Havelock Blue

📋 copy color: '#427ACF'

red 66 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #427ACF

Tints of Havelock Blue #427ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 16.71%
G = 30.89%
B = 52.41%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#427ACF (or 0x427ACF) is known color: Havelock Blue. HEX triplet: 42, 7A and CF. RGB value is (66,122,207). Sum of RGB (Red+Green+Blue) = 66+122+207=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #427ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ACF is #BD8530. Grayscale: #727272. Windows color (decimal): -12420401 or 13597250. OLE color: 13597250.

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

Color convert

RGB 66 122 207 -
CMYK 0.68 0.41 0 0.19
HSL 216.17º 0.59% 0.54% -
HSV(B) 216.17º 0.68% 0.81% -
XYZ 20.47 19.58 61.73 -
YUV 114.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 66 122 207 0.68 0.41 0 0.19 216.17 0.59 0.54
Hex 42 7A CF 44 29 0 13 D8 3B 36
Octal 102 172 317 104 51 0 23 330 73 66
Binary 1000010 1111010 11001111 1000100 101001 0 10011 11011000 111011 110110

Color Harmonies of #427ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ACF

Black with #427ACF

Text Example


Text Example

White with #427ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,122,207); }

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

background-color css

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

 a { background-color: rgb(66,122,207); }

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

border-color css

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

 span { border-color: rgb(66,122,207); }

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