Html Css Color HEX #447DB9 Steel Blue

📋 copy color: '#447DB9'

red 68 ◦ green 125 ◦ blue 185

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

Shades of Steel Blue #447DB9

Tints of Steel Blue #447DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 17.99%
G = 33.07%
B = 48.94%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#447DB9 (or 0x447DB9) is known color: Steel Blue. HEX triplet: 44, 7D and B9. RGB value is (68,125,185). Sum of RGB (Red+Green+Blue) = 68+125+185=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #447DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DB9 is #BB8246. Grayscale: #727272. Windows color (decimal): -12288583 or 12156228. OLE color: 12156228.

HSL color Cylindrical-coordinate representation of color #447DB9: hue angle of 210.77º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447DB9 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 125 185 -
CMYK 0.63 0.32 0 0.27
HSL 210.77º 0.46% 0.5% -
HSV(B) 210.77º 0.63% 0.73% -
XYZ 18.47 19.4 48.67 -
YUV 114.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 68 125 185 0.63 0.32 0 0.27 210.77 0.46 0.5
Hex 44 7D B9 3F 20 0 1B D3 2E 32
Octal 104 175 271 77 40 0 33 323 56 62
Binary 1000100 1111101 10111001 111111 100000 0 11011 11010011 101110 110010

Color Harmonies of #447DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DB9

Black with #447DB9

Text Example


Text Example

White with #447DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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