Html Css Color HEX #447DCF Havelock Blue

📋 copy color: '#447DCF'

red 68 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #447DCF

Tints of Havelock Blue #447DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.25%

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 17%
G = 31.25%
B = 51.75%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#447DCF (or 0x447DCF) is known color: Havelock Blue. HEX triplet: 44, 7D and CF. RGB value is (68,125,207). Sum of RGB (Red+Green+Blue) = 68+125+207=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #447DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DCF is #BB8230. Grayscale: #747474. Windows color (decimal): -12288561 or 13598020. OLE color: 13598020.

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

Color convert

RGB 68 125 207 -
CMYK 0.67 0.40 0 0.19
HSL 215.4º 0.59% 0.54% -
HSV(B) 215.4º 0.67% 0.81% -
XYZ 20.98 20.4 61.86 -
YUV 117.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 68 125 207 0.67 0.40 0 0.19 215.4 0.59 0.54
Hex 44 7D CF 43 28 0 13 D7 3B 36
Octal 104 175 317 103 50 0 23 327 73 66
Binary 1000100 1111101 11001111 1000011 101000 0 10011 11010111 111011 110110

Color Harmonies of #447DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DCF

Black with #447DCF

Text Example


Text Example

White with #447DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,125,207); }

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

background-color css

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

 a { background-color: rgb(68,125,207); }

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

border-color css

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

 span { border-color: rgb(68,125,207); }

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