Html Css Color HEX #3970D7 Royal Blue

📋 copy color: '#3970D7'

red 57 ◦ green 112 ◦ blue 215

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

Shades of Royal Blue #3970D7

Tints of Royal Blue #3970D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.99%

R = 14.84%
G = 29.17%
B = 55.99%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3970D7 (or 0x3970D7) is known color: Royal Blue. HEX triplet: 39, 70 and D7. RGB value is (57,112,215). Sum of RGB (Red+Green+Blue) = 57+112+215=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #3970D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970D7 is #C68F28. Grayscale: #6A6A6A. Windows color (decimal): -13012777 or 14118969. OLE color: 14118969.

HSL color Cylindrical-coordinate representation of color #3970D7: hue angle of 219.11º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3970D7 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 112 215 -
CMYK 0.73 0.48 0 0.16
HSL 219.11º 0.66% 0.53% -
HSV(B) 219.11º 0.73% 0.84% -
XYZ 19.75 17.36 66.6 -
YUV 107.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 57 112 215 0.73 0.48 0 0.16 219.11 0.66 0.53
Hex 39 70 D7 49 30 0 10 DB 42 35
Octal 71 160 327 111 60 0 20 333 102 65
Binary 111001 1110000 11010111 1001001 110000 0 10000 11011011 1000010 110101

Color Harmonies of #3970D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3970D7

Black with #3970D7

Text Example


Text Example

White with #3970D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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