Html Css Color HEX #3C70D5 Royal Blue

📋 copy color: '#3C70D5'

red 60 ◦ green 112 ◦ blue 213

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

Shades of Royal Blue #3C70D5

Tints of Royal Blue #3C70D5

RGB

 RED value IS 60 (23.83% from 255) = 15.58%

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

 BLUE value IS 213 (83.59% from 255) = 55.32%

R = 15.58%
G = 29.09%
B = 55.32%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C70D5 (or 0x3C70D5) is known color: Royal Blue. HEX triplet: 3C, 70 and D5. RGB value is (60,112,213). Sum of RGB (Red+Green+Blue) = 60+112+213=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #3C70D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C70D5 is #C38F2A. Grayscale: #6B6B6B. Windows color (decimal): -12816171 or 13987900. OLE color: 13987900.

HSL color Cylindrical-coordinate representation of color #3C70D5: hue angle of 219.61º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C70D5 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 112 213 -
CMYK 0.72 0.47 0 0.16
HSL 219.61º 0.65% 0.54% -
HSV(B) 219.61º 0.72% 0.84% -
XYZ 19.67 17.35 65.26 -
YUV 107.97 187.27 93.79 -
System Red Green Blue C M Y K H S L
Decimal 60 112 213 0.72 0.47 0 0.16 219.61 0.65 0.54
Hex 3C 70 D5 48 2F 0 10 DC 41 36
Octal 74 160 325 110 57 0 20 334 101 66
Binary 111100 1110000 11010101 1001000 101111 0 10000 11011100 1000001 110110

Color Harmonies of #3C70D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C70D5

Black with #3C70D5

Text Example


Text Example

White with #3C70D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,112,213); }

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

background-color css

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

 a { background-color: rgb(60,112,213); }

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

border-color css

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

 span { border-color: rgb(60,112,213); }

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