#4482DD

Color #4482DD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4482DD

Tints of Royal Blue #4482DD

Color information

#4482DD (or 0x4482DD) is unknown color: approx Royal Blue. HEX triplet: 44, 82 and DD. RGB value is (68,130,221). Sum of RGB (Red+Green+Blue) = 68+130+221=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #4482DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4482DD is #BB7D22. Grayscale: #797979. Windows color (decimal): -12287267 or 14516804. OLE color: 14516804.

HSL color Cylindrical-coordinate representation of color #4482DD: hue angle of 215.69º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4482DD is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68130221-
CMYK0.690.4100.13
HSL215.69º69.23%56.67%-
HSV(B)215.69º69.23%86.67%-
XYZ23.4222.4171.5-
YUV121.84183.9689.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.23%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=16.23%
G=31.03%
B=52.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681302210.690.4100.13215.6969.2356.67
Hex4482DD45290Dd84539
Octal1042023351055101533010571
Binary10001001000001011011101100010110100101101110110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4482DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4482DD; }

 p { color: rgb(68,130,221); }

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

<style>
 a { background-color: #4482DD; }

 a { background-color: rgb(68,130,221); }

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

<style>
 span { border-color: #4482DD; }

 span { border-color: rgb(68,130,221); }

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