Html Css Color HEX #447CCD Havelock Blue

📋 copy color: '#447CCD'

red 68 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #447CCD

Tints of Havelock Blue #447CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 17.13%
G = 31.23%
B = 51.64%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#447CCD (or 0x447CCD) is known color: Havelock Blue. HEX triplet: 44, 7C and CD. RGB value is (68,124,205). Sum of RGB (Red+Green+Blue) = 68+124+205=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #447CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CCD is #BB8332. Grayscale: #747474. Windows color (decimal): -12288819 or 13466692. OLE color: 13466692.

HSL color Cylindrical-coordinate representation of color #447CCD: hue angle of 215.47º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447CCD is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 124 205 -
CMYK 0.67 0.40 0 0.20
HSL 215.47º 0.58% 0.54% -
HSV(B) 215.47º 0.67% 0.8% -
XYZ 20.61 20.05 60.54 -
YUV 116.49 177.95 93.41 -
System Red Green Blue C M Y K H S L
Decimal 68 124 205 0.67 0.40 0 0.20 215.47 0.58 0.54
Hex 44 7C CD 43 28 0 14 D7 3A 36
Octal 104 174 315 103 50 0 24 327 72 66
Binary 1000100 1111100 11001101 1000011 101000 0 10100 11010111 111010 110110

Color Harmonies of #447CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CCD

Black with #447CCD

Text Example


Text Example

White with #447CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,124,205); }

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

background-color css

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

 a { background-color: rgb(68,124,205); }

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

border-color css

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

 span { border-color: rgb(68,124,205); }

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