Html Css Color HEX #3970DD Royal Blue

📋 copy color: '#3970DD'

red 57 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #3970DD

Tints of Royal Blue #3970DD

RGB

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

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

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

R = 14.62%
G = 28.72%
B = 56.67%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3970DD (or 0x3970DD) is known color: Royal Blue. HEX triplet: 39, 70 and DD. RGB value is (57,112,221). Sum of RGB (Red+Green+Blue) = 57+112+221=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #3970DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970DD is #C68F22. Grayscale: #6B6B6B. Windows color (decimal): -13012771 or 14512185. OLE color: 14512185.

HSL color Cylindrical-coordinate representation of color #3970DD: hue angle of 219.88º 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 #3970DD is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 112 221 -
CMYK 0.74 0.49 0 0.13
HSL 219.88º 0.71% 0.55% -
HSV(B) 219.88º 0.74% 0.87% -
XYZ 20.53 17.68 70.74 -
YUV 107.98 191.78 91.64 -
System Red Green Blue C M Y K H S L
Decimal 57 112 221 0.74 0.49 0 0.13 219.88 0.71 0.55
Hex 39 70 DD 4A 31 0 D DC 47 37
Octal 71 160 335 112 61 0 15 334 107 67
Binary 111001 1110000 11011101 1001010 110001 0 1101 11011100 1000111 110111

Color Harmonies of #3970DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3970DD

Black with #3970DD

Text Example


Text Example

White with #3970DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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