Html Css Color HEX #447EC8 Havelock Blue

📋 copy color: '#447EC8'

red 68 ◦ green 126 ◦ blue 200

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

Shades of Havelock Blue #447EC8

Tints of Havelock Blue #447EC8

RGB

 RED value IS 68 (26.95% from 255) = 17.26%

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

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 17.26%
G = 31.98%
B = 50.76%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#447EC8 (or 0x447EC8) is known color: Havelock Blue. HEX triplet: 44, 7E and C8. RGB value is (68,126,200). Sum of RGB (Red+Green+Blue) = 68+126+200=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #447EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EC8 is #BB8137. Grayscale: #747474. Windows color (decimal): -12288312 or 13139524. OLE color: 13139524.

HSL color Cylindrical-coordinate representation of color #447EC8: hue angle of 213.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447EC8 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 126 200 -
CMYK 0.66 0.37 0 0.22
HSL 213.64º 0.55% 0.53% -
HSV(B) 213.64º 0.66% 0.78% -
XYZ 20.27 20.32 57.5 -
YUV 117.09 174.78 92.98 -
System Red Green Blue C M Y K H S L
Decimal 68 126 200 0.66 0.37 0 0.22 213.64 0.55 0.53
Hex 44 7E C8 42 25 0 16 D6 37 35
Octal 104 176 310 102 45 0 26 326 67 65
Binary 1000100 1111110 11001000 1000010 100101 0 10110 11010110 110111 110101

Color Harmonies of #447EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447EC8

Black with #447EC8

Text Example


Text Example

White with #447EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447EC8; }

 p { color: rgb(68,126,200); }

 H1.HeaderClassName
 {
   color: #447EC8;
 }
 .AnyTagClassName
 {
   color: #447EC8;
 }
</style>

background-color css

<style>
 a { background-color: #447EC8; }

 a { background-color: rgb(68,126,200); }

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

border-color css

<style>
 span { border-color: #447EC8; }

 span { border-color: rgb(68,126,200); }

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