Html Css Color HEX #447DC9 Havelock Blue

📋 copy color: '#447DC9'

red 68 ◦ green 125 ◦ blue 201

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

Shades of Havelock Blue #447DC9

Tints of Havelock Blue #447DC9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 17.26%
G = 31.73%
B = 51.02%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#447DC9 (or 0x447DC9) is known color: Havelock Blue. HEX triplet: 44, 7D and C9. RGB value is (68,125,201). Sum of RGB (Red+Green+Blue) = 68+125+201=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #447DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DC9 is #BB8236. Grayscale: #747474. Windows color (decimal): -12288567 or 13204804. OLE color: 13204804.

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

Color convert

RGB 68 125 201 -
CMYK 0.66 0.38 0 0.21
HSL 214.29º 0.55% 0.53% -
HSV(B) 214.29º 0.66% 0.79% -
XYZ 20.26 20.11 58.07 -
YUV 116.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 68 125 201 0.66 0.38 0 0.21 214.29 0.55 0.53
Hex 44 7D C9 42 26 0 15 D6 37 35
Octal 104 175 311 102 46 0 25 326 67 65
Binary 1000100 1111101 11001001 1000010 100110 0 10101 11010110 110111 110101

Color Harmonies of #447DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DC9

Black with #447DC9

Text Example


Text Example

White with #447DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,125,201); }

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

background-color css

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

 a { background-color: rgb(68,125,201); }

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

border-color css

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

 span { border-color: rgb(68,125,201); }

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