#427DBE

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

Shades of Steel Blue #427DBE

Tints of Steel Blue #427DBE

Color information

#427DBE (or 0x427DBE) is unknown color: approx Steel Blue. HEX triplet: 42, 7D and BE. RGB value is (66,125,190). Sum of RGB (Red+Green+Blue) = 66+125+190=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #427DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DBE is #BD8241. Grayscale: #727272. Windows color (decimal): -12419650 or 12483906. OLE color: 12483906.

HSL color Cylindrical-coordinate representation of color #427DBE: hue angle of 211.45º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427DBE is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66125190-
CMYK0.650.3400.25
HSL211.45º48.82%50.2%-
HSV(B)211.45º65.26%74.51%-
XYZ18.8719.5451.49-
YUV114.77170.4593.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.32%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=17.32%
G=32.81%
B=49.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661251900.650.3400.25211.4548.8250.2
Hex427DBE4122019d33132
Octal102175276101420313236162
Binary1000010111110110111110100000110001001100111010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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