Html Css Color HEX #3C70EF Royal Blue

📋 copy color: '#3C70EF'

red 60 ◦ green 112 ◦ blue 239

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

Shades of Royal Blue #3C70EF

Tints of Royal Blue #3C70EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.15%

R = 14.6%
G = 27.25%
B = 58.15%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C70EF (or 0x3C70EF) is known color: Royal Blue. HEX triplet: 3C, 70 and EF. RGB value is (60,112,239). Sum of RGB (Red+Green+Blue) = 60+112+239=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C70EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C70EF is #C38F10. Grayscale: #6E6E6E. Windows color (decimal): -12816145 or 15691836. OLE color: 15691836.

HSL color Cylindrical-coordinate representation of color #3C70EF: hue angle of 222.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C70EF is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 112 239 -
CMYK 0.75 0.53 0 0.06
HSL 222.57º 0.85% 0.59% -
HSV(B) 222.57º 0.75% 0.94% -
XYZ 23.24 18.78 84.06 -
YUV 110.93 200.27 91.67 -
System Red Green Blue C M Y K H S L
Decimal 60 112 239 0.75 0.53 0 0.06 222.57 0.85 0.59
Hex 3C 70 EF 4B 35 0 6 DF 55 3B
Octal 74 160 357 113 65 0 6 337 125 73
Binary 111100 1110000 11101111 1001011 110101 0 110 11011111 1010101 111011

Color Harmonies of #3C70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C70EF

Black with #3C70EF

Text Example


Text Example

White with #3C70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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