#3980DC

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

Shades of Royal Blue #3980DC

Tints of Royal Blue #3980DC

Color information

#3980DC (or 0x3980DC) is unknown color: approx Royal Blue. HEX triplet: 39, 80 and DC. RGB value is (57,128,220). Sum of RGB (Red+Green+Blue) = 57+128+220=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #3980DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980DC is #C67F23. Grayscale: #747474. Windows color (decimal): -13008676 or 14450745. OLE color: 14450745.

HSL color Cylindrical-coordinate representation of color #3980DC: hue angle of 213.87º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3980DC is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB57128220-
CMYK0.740.4200.14
HSL213.87º69.96%54.31%-
HSV(B)213.87º74.09%86.27%-
XYZ22.3221.4870.68-
YUV117.26185.9885.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.07%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 220 (86.33% from 255) = 54.32%
R=14.07%
G=31.60%
B=54.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal571282200.740.4200.14213.8769.9654.31
Hex3980DC4A2A0Ed64636
Octal712003341125201632610666
Binary1110011000000011011100100101010101001110110101101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3980DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,128,220); }

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

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

 a { background-color: rgb(57,128,220); }

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

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

 span { border-color: rgb(57,128,220); }

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