Html Css Color HEX #3082DD Royal Blue

📋 copy color: '#3082DD'

red 48 ◦ green 130 ◦ blue 221

#3082DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3082DD

Tints of Royal Blue #3082DD

RGB

 RED value IS 48 (19.14% from 255) = 12.03%

 GREEN value IS 130 (51.17% from 255) = 32.58%

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 12.03%
G = 32.58%
B = 55.39%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3082DD (or 0x3082DD) is known color: Royal Blue. HEX triplet: 30, 82 and DD. RGB value is (48,130,221). Sum of RGB (Red+Green+Blue) = 48+130+221=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #3082DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3082DD is #CF7D22. Grayscale: #737373. Windows color (decimal): -13597987 or 14516784. OLE color: 14516784.

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

Color convert

RGB 48 130 221 -
CMYK 0.78 0.41 0 0.13
HSL 211.56º 0.72% 0.53% -
HSV(B) 211.56º 0.78% 0.87% -
XYZ 22.25 21.81 71.44 -
YUV 115.86 187.33 79.6 -
System Red Green Blue C M Y K H S L
Decimal 48 130 221 0.78 0.41 0 0.13 211.56 0.72 0.53
Hex 30 82 DD 4E 29 0 D D4 48 35
Octal 60 202 335 116 51 0 15 324 110 65
Binary 110000 10000010 11011101 1001110 101001 0 1101 11010100 1001000 110101

Color Harmonies of #3082DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3082DD

Black with #3082DD

Text Example


Text Example

White with #3082DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3082DD;
 }
 .AnyTagClassName
 {
   color: #3082DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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