Html Css Color HEX #447ED1 Havelock Blue

📋 copy color: '#447ED1'

red 68 ◦ green 126 ◦ blue 209

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

Shades of Havelock Blue #447ED1

Tints of Havelock Blue #447ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.86%

R = 16.87%
G = 31.27%
B = 51.86%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#447ED1 (or 0x447ED1) is known color: Havelock Blue. HEX triplet: 44, 7E and D1. RGB value is (68,126,209). Sum of RGB (Red+Green+Blue) = 68+126+209=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #447ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ED1 is #BB812E. Grayscale: #757575. Windows color (decimal): -12288303 or 13729348. OLE color: 13729348.

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

Color convert

RGB 68 126 209 -
CMYK 0.67 0.40 0 0.18
HSL 215.32º 0.61% 0.54% -
HSV(B) 215.32º 0.67% 0.82% -
XYZ 21.35 20.75 63.2 -
YUV 118.12 179.28 92.25 -
System Red Green Blue C M Y K H S L
Decimal 68 126 209 0.67 0.40 0 0.18 215.32 0.61 0.54
Hex 44 7E D1 43 28 0 12 D7 3D 36
Octal 104 176 321 103 50 0 22 327 75 66
Binary 1000100 1111110 11010001 1000011 101000 0 10010 11010111 111101 110110

Color Harmonies of #447ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ED1

Black with #447ED1

Text Example


Text Example

White with #447ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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