Html Css Color HEX #447DBF Steel Blue

📋 copy color: '#447DBF'

red 68 ◦ green 125 ◦ blue 191

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

Shades of Steel Blue #447DBF

Tints of Steel Blue #447DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.74%

R = 17.71%
G = 32.55%
B = 49.74%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#447DBF (or 0x447DBF) is known color: Steel Blue. HEX triplet: 44, 7D and BF. RGB value is (68,125,191). Sum of RGB (Red+Green+Blue) = 68+125+191=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #447DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DBF is #BB8240. Grayscale: #737373. Windows color (decimal): -12288577 or 12549444. OLE color: 12549444.

HSL color Cylindrical-coordinate representation of color #447DBF: hue angle of 212.2º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447DBF is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 125 191 -
CMYK 0.64 0.35 0 0.25
HSL 212.2º 0.49% 0.51% -
HSV(B) 212.2º 0.64% 0.75% -
XYZ 19.12 19.66 52.08 -
YUV 115.48 170.62 94.13 -
System Red Green Blue C M Y K H S L
Decimal 68 125 191 0.64 0.35 0 0.25 212.2 0.49 0.51
Hex 44 7D BF 40 23 0 19 D4 31 33
Octal 104 175 277 100 43 0 31 324 61 63
Binary 1000100 1111101 10111111 1000000 100011 0 11001 11010100 110001 110011

Color Harmonies of #447DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DBF

Black with #447DBF

Text Example


Text Example

White with #447DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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