Html Css Color HEX #447BCD Havelock Blue

📋 copy color: '#447BCD'

red 68 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #447BCD

Tints of Havelock Blue #447BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

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

R = 17.17%
G = 31.06%
B = 51.77%

CMYK

 C value IS 0.67

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#447BCD (or 0x447BCD) is known color: Havelock Blue. HEX triplet: 44, 7B and CD. RGB value is (68,123,205). Sum of RGB (Red+Green+Blue) = 68+123+205=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #447BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BCD is #BB8432. Grayscale: #737373. Windows color (decimal): -12289075 or 13466436. OLE color: 13466436.

HSL color Cylindrical-coordinate representation of color #447BCD: hue angle of 215.91º 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 #447BCD is Cyan = 0.67, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 123 205 -
CMYK 0.67 0.4 0 0.20
HSL 215.91º 0.58% 0.54% -
HSV(B) 215.91º 0.67% 0.8% -
XYZ 20.49 19.8 60.5 -
YUV 115.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 68 123 205 0.67 0.4 0 0.20 215.91 0.58 0.54
Hex 44 7B CD 43 28 0 14 D8 3A 36
Octal 104 173 315 103 50 0 24 330 72 66
Binary 1000100 1111011 11001101 1000011 101000 0 10100 11011000 111010 110110

Color Harmonies of #447BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BCD

Black with #447BCD

Text Example


Text Example

White with #447BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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