Html Css Color HEX #447FBB Steel Blue

📋 copy color: '#447FBB'

red 68 ◦ green 127 ◦ blue 187

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

Shades of Steel Blue #447FBB

Tints of Steel Blue #447FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 17.8%
G = 33.25%
B = 48.95%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#447FBB (or 0x447FBB) is known color: Steel Blue. HEX triplet: 44, 7F and BB. RGB value is (68,127,187). Sum of RGB (Red+Green+Blue) = 68+127+187=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #447FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FBB is #BB8044. Grayscale: #737373. Windows color (decimal): -12288069 or 12287812. OLE color: 12287812.

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

Color convert

RGB 68 127 187 -
CMYK 0.64 0.32 0 0.27
HSL 210.25º 0.47% 0.5% -
HSV(B) 210.25º 0.64% 0.73% -
XYZ 18.94 20 49.87 -
YUV 116.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 68 127 187 0.64 0.32 0 0.27 210.25 0.47 0.5
Hex 44 7F BB 40 20 0 1B D2 2F 32
Octal 104 177 273 100 40 0 33 322 57 62
Binary 1000100 1111111 10111011 1000000 100000 0 11011 11010010 101111 110010

Color Harmonies of #447FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FBB

Black with #447FBB

Text Example


Text Example

White with #447FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,127,187); }

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

background-color css

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

 a { background-color: rgb(68,127,187); }

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

border-color css

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

 span { border-color: rgb(68,127,187); }

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