#4082DD

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

Shades of Royal Blue #4082DD

Tints of Royal Blue #4082DD

Color information

#4082DD (or 0x4082DD) is unknown color: approx Royal Blue. HEX triplet: 40, 82 and DD. RGB value is (64,130,221). Sum of RGB (Red+Green+Blue) = 64+130+221=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #4082DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4082DD is #BF7D22. Grayscale: #787878. Windows color (decimal): -12549411 or 14516800. OLE color: 14516800.

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

Color convert

RGB64130221-
CMYK0.710.4100.13
HSL214.78º69.78%55.88%-
HSV(B)214.78º71.04%86.67%-
XYZ23.1522.2871.49-
YUV120.64184.6387.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.42%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=15.42%
G=31.33%
B=53.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal641302210.710.4100.13214.7869.7855.88
Hex4082DD47290Dd74638
Octal1002023351075101532710670
Binary10000001000001011011101100011110100101101110101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4082DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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