Html Css Color HEX #3F70EC Royal Blue

📋 copy color: '#3F70EC'

red 63 ◦ green 112 ◦ blue 236

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

Shades of Royal Blue #3F70EC

Tints of Royal Blue #3F70EC

RGB

 RED value IS 63 (25% from 255) = 15.33%

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

 BLUE value IS 236 (92.58% from 255) = 57.42%

R = 15.33%
G = 27.25%
B = 57.42%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F70EC (or 0x3F70EC) is known color: Royal Blue. HEX triplet: 3F, 70 and EC. RGB value is (63,112,236). Sum of RGB (Red+Green+Blue) = 63+112+236=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F70EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F70EC is #C08F13. Grayscale: #6E6E6E. Windows color (decimal): -12619540 or 15495231. OLE color: 15495231.

HSL color Cylindrical-coordinate representation of color #3F70EC: hue angle of 223.01º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F70EC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 112 236 -
CMYK 0.73 0.53 0 0.07
HSL 223.01º 0.82% 0.59% -
HSV(B) 223.01º 0.73% 0.93% -
XYZ 22.98 18.7 81.76 -
YUV 111.49 198.27 93.42 -
System Red Green Blue C M Y K H S L
Decimal 63 112 236 0.73 0.53 0 0.07 223.01 0.82 0.59
Hex 3F 70 EC 49 35 0 7 DF 52 3B
Octal 77 160 354 111 65 0 7 337 122 73
Binary 111111 1110000 11101100 1001001 110101 0 111 11011111 1010010 111011

Color Harmonies of #3F70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F70EC

Black with #3F70EC

Text Example


Text Example

White with #3F70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,112,236); }

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

background-color css

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

 a { background-color: rgb(63,112,236); }

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

border-color css

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

 span { border-color: rgb(63,112,236); }

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