Html Css Color HEX #447DC2 Steel Blue

📋 copy color: '#447DC2'

red 68 ◦ green 125 ◦ blue 194

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

Shades of Steel Blue #447DC2

Tints of Steel Blue #447DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.13%

R = 17.57%
G = 32.3%
B = 50.13%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#447DC2 (or 0x447DC2) is known color: Steel Blue. HEX triplet: 44, 7D and C2. RGB value is (68,125,194). Sum of RGB (Red+Green+Blue) = 68+125+194=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #447DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DC2 is #BB823D. Grayscale: #737373. Windows color (decimal): -12288574 or 12746052. OLE color: 12746052.

HSL color Cylindrical-coordinate representation of color #447DC2: hue angle of 212.86º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447DC2 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 125 194 -
CMYK 0.65 0.36 0 0.24
HSL 212.86º 0.51% 0.51% -
HSV(B) 212.86º 0.65% 0.76% -
XYZ 19.46 19.79 53.83 -
YUV 115.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 68 125 194 0.65 0.36 0 0.24 212.86 0.51 0.51
Hex 44 7D C2 41 24 0 18 D5 33 33
Octal 104 175 302 101 44 0 30 325 63 63
Binary 1000100 1111101 11000010 1000001 100100 0 11000 11010101 110011 110011

Color Harmonies of #447DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DC2

Black with #447DC2

Text Example


Text Example

White with #447DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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