Html Css Color HEX #3F70FE Royal Blue

📋 copy color: '#3F70FE'

red 63 ◦ green 112 ◦ blue 254

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

Shades of Royal Blue #3F70FE

Tints of Royal Blue #3F70FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.21%

R = 14.69%
G = 26.11%
B = 59.21%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3F70FE (or 0x3F70FE) is known color: Royal Blue. HEX triplet: 3F, 70 and FE. RGB value is (63,112,254). Sum of RGB (Red+Green+Blue) = 63+112+254=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F70FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F70FE is #C08F01. Grayscale: #707070. Windows color (decimal): -12619522 or 16674879. OLE color: 16674879.

HSL color Cylindrical-coordinate representation of color #3F70FE: hue angle of 224.61º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F70FE is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 63 112 254 -
CMYK 0.75 0.56 0 0.00
HSL 224.61º 0.99% 0.62% -
HSV(B) 224.61º 0.75% 1% -
XYZ 25.73 19.8 96.23 -
YUV 113.54 207.27 91.95 -
System Red Green Blue C M Y K H S L
Decimal 63 112 254 0.75 0.56 0 0.00 224.61 0.99 0.62
Hex 3F 70 FE 4B 38 0 0 E1 63 3E
Octal 77 160 376 113 70 0 0 341 143 76
Binary 111111 1110000 11111110 1001011 111000 0 0 11100001 1100011 111110

Color Harmonies of #3F70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F70FE

Black with #3F70FE

Text Example


Text Example

White with #3F70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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