Html Css Color HEX #447CCF Havelock Blue

📋 copy color: '#447CCF'

red 68 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #447CCF

Tints of Havelock Blue #447CCF

RGB

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

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

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

R = 17.04%
G = 31.08%
B = 51.88%

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

#447CCF (or 0x447CCF) is known color: Havelock Blue. HEX triplet: 44, 7C and CF. RGB value is (68,124,207). Sum of RGB (Red+Green+Blue) = 68+124+207=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #447CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CCF is #BB8330. Grayscale: #747474. Windows color (decimal): -12288817 or 13597764. OLE color: 13597764.

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

Color convert

RGB 68 124 207 -
CMYK 0.67 0.40 0 0.19
HSL 215.83º 0.59% 0.54% -
HSV(B) 215.83º 0.67% 0.81% -
XYZ 20.85 20.15 61.82 -
YUV 116.72 178.95 93.25 -
System Red Green Blue C M Y K H S L
Decimal 68 124 207 0.67 0.40 0 0.19 215.83 0.59 0.54
Hex 44 7C CF 43 28 0 13 D8 3B 36
Octal 104 174 317 103 50 0 23 330 73 66
Binary 1000100 1111100 11001111 1000011 101000 0 10011 11011000 111011 110110

Color Harmonies of #447CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CCF

Black with #447CCF

Text Example


Text Example

White with #447CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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