Html Css Color HEX #3082DC Royal Blue

📋 copy color: '#3082DC'

red 48 ◦ green 130 ◦ blue 220

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

Shades of Royal Blue #3082DC

Tints of Royal Blue #3082DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 12.06%
G = 32.66%
B = 55.28%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3082DC (or 0x3082DC) is known color: Royal Blue. HEX triplet: 30, 82 and DC. RGB value is (48,130,220). Sum of RGB (Red+Green+Blue) = 48+130+220=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #3082DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3082DC is #CF7D23. Grayscale: #737373. Windows color (decimal): -13597988 or 14451248. OLE color: 14451248.

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

Color convert

RGB 48 130 220 -
CMYK 0.78 0.41 0 0.14
HSL 211.4º 0.71% 0.53% -
HSV(B) 211.4º 0.78% 0.86% -
XYZ 22.12 21.76 70.74 -
YUV 115.74 186.83 79.68 -
System Red Green Blue C M Y K H S L
Decimal 48 130 220 0.78 0.41 0 0.14 211.4 0.71 0.53
Hex 30 82 DC 4E 29 0 E D3 47 35
Octal 60 202 334 116 51 0 16 323 107 65
Binary 110000 10000010 11011100 1001110 101001 0 1110 11010011 1000111 110101

Color Harmonies of #3082DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3082DC

Black with #3082DC

Text Example


Text Example

White with #3082DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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