#21457F

Color #21457F Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #21457F

Tints of Fun Blue #21457F

Color information

#21457F (or 0x21457F) is unknown color: approx Fun Blue. HEX triplet: 21, 45 and 7F. RGB value is (33,69,127). Sum of RGB (Red+Green+Blue) = 33+69+127=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #21457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21457F is #DEBA80. Grayscale: #404040. Windows color (decimal): -14596737 or 8340769. OLE color: 8340769.

HSL color Cylindrical-coordinate representation of color #21457F: hue angle of 217.02º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21457F is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3369127-
CMYK0.740.4600.50
HSL217.02º58.75%31.37%-
HSV(B)217.02º74.02%49.8%-
XYZ6.596.1120.91-
YUV64.85163.07105.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 127 (50% from 255) = 55.46%
R=14.41%
G=30.13%
B=55.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33691270.740.4600.50217.0258.7531.37
Hex21457F4A2E032d93b1f
Octal41105177112560623317337
Binary10000110001011111111100101010111001100101101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21457F; }

 p { color: rgb(33,69,127); }

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

<style>
 a { background-color: #21457F; }

 a { background-color: rgb(33,69,127); }

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

<style>
 span { border-color: #21457F; }

 span { border-color: rgb(33,69,127); }

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