Html Css Color HEX #447DBC Steel Blue

📋 copy color: '#447DBC'

red 68 ◦ green 125 ◦ blue 188

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

Shades of Steel Blue #447DBC

Tints of Steel Blue #447DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 17.85%
G = 32.81%
B = 49.34%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#447DBC (or 0x447DBC) is known color: Steel Blue. HEX triplet: 44, 7D and BC. RGB value is (68,125,188). Sum of RGB (Red+Green+Blue) = 68+125+188=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #447DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DBC is #BB8243. Grayscale: #727272. Windows color (decimal): -12288580 or 12352836. OLE color: 12352836.

HSL color Cylindrical-coordinate representation of color #447DBC: hue angle of 211.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447DBC is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 125 188 -
CMYK 0.64 0.34 0 0.26
HSL 211.5º 0.47% 0.5% -
HSV(B) 211.5º 0.64% 0.74% -
XYZ 18.79 19.53 50.36 -
YUV 115.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 68 125 188 0.64 0.34 0 0.26 211.5 0.47 0.5
Hex 44 7D BC 40 22 0 1A D4 2F 32
Octal 104 175 274 100 42 0 32 324 57 62
Binary 1000100 1111101 10111100 1000000 100010 0 11010 11010100 101111 110010

Color Harmonies of #447DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DBC

Black with #447DBC

Text Example


Text Example

White with #447DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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