Html Css Color HEX #447ECB Havelock Blue

📋 copy color: '#447ECB'

red 68 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #447ECB

Tints of Havelock Blue #447ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 17.13%
G = 31.74%
B = 51.13%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#447ECB (or 0x447ECB) is known color: Havelock Blue. HEX triplet: 44, 7E and CB. RGB value is (68,126,203). Sum of RGB (Red+Green+Blue) = 68+126+203=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #447ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ECB is #BB8134. Grayscale: #757575. Windows color (decimal): -12288309 or 13336132. OLE color: 13336132.

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

Color convert

RGB 68 126 203 -
CMYK 0.67 0.38 0 0.20
HSL 214.22º 0.56% 0.53% -
HSV(B) 214.22º 0.67% 0.8% -
XYZ 20.62 20.46 59.36 -
YUV 117.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 68 126 203 0.67 0.38 0 0.20 214.22 0.56 0.53
Hex 44 7E CB 43 26 0 14 D6 38 35
Octal 104 176 313 103 46 0 24 326 70 65
Binary 1000100 1111110 11001011 1000011 100110 0 10100 11010110 111000 110101

Color Harmonies of #447ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ECB

Black with #447ECB

Text Example


Text Example

White with #447ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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