Html Css Color HEX #3D70DD Royal Blue

📋 copy color: '#3D70DD'

red 61 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #3D70DD

Tints of Royal Blue #3D70DD

RGB

 RED value IS 61 (24.22% from 255) = 15.48%

 GREEN value IS 112 (44.14% from 255) = 28.43%

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

R = 15.48%
G = 28.43%
B = 56.09%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D70DD (or 0x3D70DD) is known color: Royal Blue. HEX triplet: 3D, 70 and DD. RGB value is (61,112,221). Sum of RGB (Red+Green+Blue) = 61+112+221=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D70DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D70DD is #C28F22. Grayscale: #6C6C6C. Windows color (decimal): -12750627 or 14512189. OLE color: 14512189.

HSL color Cylindrical-coordinate representation of color #3D70DD: hue angle of 220.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D70DD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 112 221 -
CMYK 0.72 0.49 0 0.13
HSL 220.88º 0.7% 0.55% -
HSV(B) 220.88º 0.72% 0.87% -
XYZ 20.77 17.8 70.75 -
YUV 109.18 191.1 93.64 -
System Red Green Blue C M Y K H S L
Decimal 61 112 221 0.72 0.49 0 0.13 220.88 0.7 0.55
Hex 3D 70 DD 48 31 0 D DD 46 37
Octal 75 160 335 110 61 0 15 335 106 67
Binary 111101 1110000 11011101 1001000 110001 0 1101 11011101 1000110 110111

Color Harmonies of #3D70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D70DD

Black with #3D70DD

Text Example


Text Example

White with #3D70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D70DD; }

 p { color: rgb(61,112,221); }

 H1.HeaderClassName
 {
   color: #3D70DD;
 }
 .AnyTagClassName
 {
   color: #3D70DD;
 }
</style>

background-color css

<style>
 a { background-color: #3D70DD; }

 a { background-color: rgb(61,112,221); }

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

border-color css

<style>
 span { border-color: #3D70DD; }

 span { border-color: rgb(61,112,221); }

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