Html Css Color HEX #3970DA Royal Blue

📋 copy color: '#3970DA'

red 57 ◦ green 112 ◦ blue 218

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

Shades of Royal Blue #3970DA

Tints of Royal Blue #3970DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.33%

R = 14.73%
G = 28.94%
B = 56.33%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3970DA (or 0x3970DA) is known color: Royal Blue. HEX triplet: 39, 70 and DA. RGB value is (57,112,218). Sum of RGB (Red+Green+Blue) = 57+112+218=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #3970DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970DA is #C68F25. Grayscale: #6B6B6B. Windows color (decimal): -13012774 or 14315577. OLE color: 14315577.

HSL color Cylindrical-coordinate representation of color #3970DA: hue angle of 219.5º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3970DA is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 112 218 -
CMYK 0.74 0.49 0 0.15
HSL 219.5º 0.69% 0.54% -
HSV(B) 219.5º 0.74% 0.85% -
XYZ 20.14 17.52 68.65 -
YUV 107.64 190.28 91.88 -
System Red Green Blue C M Y K H S L
Decimal 57 112 218 0.74 0.49 0 0.15 219.5 0.69 0.54
Hex 39 70 DA 4A 31 0 F DC 45 36
Octal 71 160 332 112 61 0 17 334 105 66
Binary 111001 1110000 11011010 1001010 110001 0 1111 11011100 1000101 110110

Color Harmonies of #3970DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3970DA

Black with #3970DA

Text Example


Text Example

White with #3970DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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