Html Css Color HEX #447DC1 Steel Blue

📋 copy color: '#447DC1'

red 68 ◦ green 125 ◦ blue 193

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

Shades of Steel Blue #447DC1

Tints of Steel Blue #447DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50%

R = 17.62%
G = 32.38%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#447DC1 (or 0x447DC1) is known color: Steel Blue. HEX triplet: 44, 7D and C1. RGB value is (68,125,193). Sum of RGB (Red+Green+Blue) = 68+125+193=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #447DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DC1 is #BB823E. Grayscale: #737373. Windows color (decimal): -12288575 or 12680516. OLE color: 12680516.

HSL color Cylindrical-coordinate representation of color #447DC1: hue angle of 212.64º degrees, saturation: 0.5, 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 #447DC1 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 125 193 -
CMYK 0.65 0.35 0 0.24
HSL 212.64º 0.5% 0.51% -
HSV(B) 212.64º 0.65% 0.76% -
XYZ 19.34 19.75 53.24 -
YUV 115.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 68 125 193 0.65 0.35 0 0.24 212.64 0.5 0.51
Hex 44 7D C1 41 23 0 18 D5 32 33
Octal 104 175 301 101 43 0 30 325 62 63
Binary 1000100 1111101 11000001 1000001 100011 0 11000 11010101 110010 110011

Color Harmonies of #447DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DC1

Black with #447DC1

Text Example


Text Example

White with #447DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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