Html Css Color HEX #3986DD Royal Blue

📋 copy color: '#3986DD'

red 57 ◦ green 134 ◦ blue 221

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

Shades of Royal Blue #3986DD

Tints of Royal Blue #3986DD

RGB

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

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

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

R = 13.83%
G = 32.52%
B = 53.64%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3986DD (or 0x3986DD) is known color: Royal Blue. HEX triplet: 39, 86 and DD. RGB value is (57,134,221). Sum of RGB (Red+Green+Blue) = 57+134+221=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #3986DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3986DD is #C67922. Grayscale: #787878. Windows color (decimal): -13007139 or 14517817. OLE color: 14517817.

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

Color convert

RGB 57 134 221 -
CMYK 0.74 0.39 0 0.13
HSL 211.83º 0.71% 0.55% -
HSV(B) 211.83º 0.74% 0.87% -
XYZ 23.26 23.14 71.65 -
YUV 120.9 184.49 82.43 -
System Red Green Blue C M Y K H S L
Decimal 57 134 221 0.74 0.39 0 0.13 211.83 0.71 0.55
Hex 39 86 DD 4A 27 0 D D4 47 37
Octal 71 206 335 112 47 0 15 324 107 67
Binary 111001 10000110 11011101 1001010 100111 0 1101 11010100 1000111 110111

Color Harmonies of #3986DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3986DD

Black with #3986DD

Text Example


Text Example

White with #3986DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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