#427EB8

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

Shades of Steel Blue #427EB8

Tints of Steel Blue #427EB8

Color information

#427EB8 (or 0x427EB8) is unknown color: approx Steel Blue. HEX triplet: 42, 7E and B8. RGB value is (66,126,184). Sum of RGB (Red+Green+Blue) = 66+126+184=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #427EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EB8 is #BD8147. Grayscale: #727272. Windows color (decimal): -12419400 or 12090946. OLE color: 12090946.

HSL color Cylindrical-coordinate representation of color #427EB8: hue angle of 209.49º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #427EB8 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB66126184-
CMYK0.640.3200.28
HSL209.49º47.2%49.02%-
HSV(B)209.49º64.13%72.16%-
XYZ18.3619.5448.15-
YUV114.67167.1293.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.55%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 184 (72.27% from 255) = 48.94%
R=17.55%
G=33.51%
B=48.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661261840.640.3200.28209.4947.249.02
Hex427EB8402001Cd12f31
Octal102176270100400343215761
Binary1000010111111010111000100000010000001110011010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,184); }

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

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

 a { background-color: rgb(66,126,184); }

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

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

 span { border-color: rgb(66,126,184); }

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