Html Css Color HEX #447FCA Havelock Blue

📋 copy color: '#447FCA'

red 68 ◦ green 127 ◦ blue 202

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

Shades of Havelock Blue #447FCA

Tints of Havelock Blue #447FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 17.13%
G = 31.99%
B = 50.88%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#447FCA (or 0x447FCA) is known color: Havelock Blue. HEX triplet: 44, 7F and CA. RGB value is (68,127,202). Sum of RGB (Red+Green+Blue) = 68+127+202=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #447FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FCA is #BB8035. Grayscale: #757575. Windows color (decimal): -12288054 or 13270852. OLE color: 13270852.

HSL color Cylindrical-coordinate representation of color #447FCA: hue angle of 213.58º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447FCA is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 127 202 -
CMYK 0.66 0.37 0 0.21
HSL 213.58º 0.56% 0.53% -
HSV(B) 213.58º 0.66% 0.79% -
XYZ 20.63 20.67 58.78 -
YUV 117.91 175.45 92.4 -
System Red Green Blue C M Y K H S L
Decimal 68 127 202 0.66 0.37 0 0.21 213.58 0.56 0.53
Hex 44 7F CA 42 25 0 15 D6 38 35
Octal 104 177 312 102 45 0 25 326 70 65
Binary 1000100 1111111 11001010 1000010 100101 0 10101 11010110 111000 110101

Color Harmonies of #447FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FCA

Black with #447FCA

Text Example


Text Example

White with #447FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,127,202); }

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

background-color css

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

 a { background-color: rgb(68,127,202); }

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

border-color css

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

 span { border-color: rgb(68,127,202); }

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