Html Css Color HEX #3970F6 Royal Blue

📋 copy color: '#3970F6'

red 57 ◦ green 112 ◦ blue 246

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

Shades of Royal Blue #3970F6

Tints of Royal Blue #3970F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 59.28%

R = 13.73%
G = 26.99%
B = 59.28%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3970F6 (or 0x3970F6) is known color: Royal Blue. HEX triplet: 39, 70 and F6. RGB value is (57,112,246). Sum of RGB (Red+Green+Blue) = 57+112+246=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 246 (96.48% from 255 or 59.28% from 415); Max value from RGB is 246 - color contains mainly: blue. Hex color #3970F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3970F6 is #C68F09. Grayscale: #6E6E6E. Windows color (decimal): -13012746 or 16150585. OLE color: 16150585.

HSL color Cylindrical-coordinate representation of color #3970F6: hue angle of 222.54º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3970F6 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 57 112 246 -
CMYK 0.77 0.54 0 0.04
HSL 222.54º 0.91% 0.59% -
HSV(B) 222.54º 0.77% 0.96% -
XYZ 24.12 19.11 89.61 -
YUV 110.83 204.28 89.6 -
System Red Green Blue C M Y K H S L
Decimal 57 112 246 0.77 0.54 0 0.04 222.54 0.91 0.59
Hex 39 70 F6 4D 36 0 4 DF 5B 3B
Octal 71 160 366 115 66 0 4 337 133 73
Binary 111001 1110000 11110110 1001101 110110 0 100 11011111 1011011 111011

Color Harmonies of #3970F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3970F6

Black with #3970F6

Text Example


Text Example

White with #3970F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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