Html Css Color HEX #447CCB Havelock Blue

📋 copy color: '#447CCB'

red 68 ◦ green 124 ◦ blue 203

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

Shades of Havelock Blue #447CCB

Tints of Havelock Blue #447CCB

RGB

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

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

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

R = 17.22%
G = 31.39%
B = 51.39%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#447CCB (or 0x447CCB) is known color: Havelock Blue. HEX triplet: 44, 7C and CB. RGB value is (68,124,203). Sum of RGB (Red+Green+Blue) = 68+124+203=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #447CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CCB is #BB8334. Grayscale: #737373. Windows color (decimal): -12288821 or 13335620. OLE color: 13335620.

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

Color convert

RGB 68 124 203 -
CMYK 0.67 0.39 0 0.20
HSL 215.11º 0.56% 0.53% -
HSV(B) 215.11º 0.67% 0.8% -
XYZ 20.37 19.96 59.28 -
YUV 116.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 68 124 203 0.67 0.39 0 0.20 215.11 0.56 0.53
Hex 44 7C CB 43 27 0 14 D7 38 35
Octal 104 174 313 103 47 0 24 327 70 65
Binary 1000100 1111100 11001011 1000011 100111 0 10100 11010111 111000 110101

Color Harmonies of #447CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CCB

Black with #447CCB

Text Example


Text Example

White with #447CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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