Html Css Color HEX #3986DC Royal Blue

📋 copy color: '#3986DC'

red 57 ◦ green 134 ◦ blue 220

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

Shades of Royal Blue #3986DC

Tints of Royal Blue #3986DC

RGB

 RED value IS 57 (22.66% from 255) = 13.87%

 GREEN value IS 134 (52.73% from 255) = 32.6%

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

R = 13.87%
G = 32.6%
B = 53.53%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3986DC (or 0x3986DC) is known color: Royal Blue. HEX triplet: 39, 86 and DC. RGB value is (57,134,220). Sum of RGB (Red+Green+Blue) = 57+134+220=411 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.87% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #3986DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3986DC is #C67923. Grayscale: #787878. Windows color (decimal): -13007140 or 14452281. OLE color: 14452281.

HSL color Cylindrical-coordinate representation of color #3986DC: hue angle of 211.66º 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 #3986DC is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 134 220 -
CMYK 0.74 0.39 0 0.14
HSL 211.66º 0.7% 0.54% -
HSV(B) 211.66º 0.74% 0.86% -
XYZ 23.13 23.09 70.95 -
YUV 120.78 183.99 82.51 -
System Red Green Blue C M Y K H S L
Decimal 57 134 220 0.74 0.39 0 0.14 211.66 0.7 0.54
Hex 39 86 DC 4A 27 0 E D4 46 36
Octal 71 206 334 112 47 0 16 324 106 66
Binary 111001 10000110 11011100 1001010 100111 0 1110 11010100 1000110 110110

Color Harmonies of #3986DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3986DC

Black with #3986DC

Text Example


Text Example

White with #3986DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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