#427DBA

Color #427DBA Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #427DBA

Tints of Steel Blue #427DBA

Color information

#427DBA (or 0x427DBA) is unknown color: approx Steel Blue. HEX triplet: 42, 7D and BA. RGB value is (66,125,186). Sum of RGB (Red+Green+Blue) = 66+125+186=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #427DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DBA is #BD8245. Grayscale: #727272. Windows color (decimal): -12419654 or 12221762. OLE color: 12221762.

HSL color Cylindrical-coordinate representation of color #427DBA: hue angle of 210.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427DBA is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66125186-
CMYK0.650.3300.27
HSL210.5º47.62%49.41%-
HSV(B)210.5º64.52%72.94%-
XYZ18.4419.3749.22-
YUV114.31168.4593.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=17.51%
G=33.16%
B=49.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661251860.650.3300.27210.547.6249.41
Hex427DBA412101Bd23031
Octal102175272101410333226061
Binary1000010111110110111010100000110000101101111010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427DBA; }

 p { color: rgb(66,125,186); }

 H1.HeaderClassName
 {
   color: #427DBA;
 }
 .AnyTagClassName
 {
   color: #427DBA;
 }
</style>
background-color css

<style>
 a { background-color: #427DBA; }

 a { background-color: rgb(66,125,186); }

 div.DivClassName
 {
   background-color: #427DBA;
 }
 .BgClassName
 {
   background-color: #427DBA;
 }
</style>
border-color css

<style>
 span { border-color: #427DBA; }

 span { border-color: rgb(66,125,186); }

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