Html Css Color HEX #3B70FE Royal Blue

📋 copy color: '#3B70FE'

red 59 ◦ green 112 ◦ blue 254

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

Shades of Royal Blue #3B70FE

Tints of Royal Blue #3B70FE

RGB

 RED value IS 59 (23.44% from 255) = 13.88%

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

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

R = 13.88%
G = 26.35%
B = 59.76%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3B70FE (or 0x3B70FE) is known color: Royal Blue. HEX triplet: 3B, 70 and FE. RGB value is (59,112,254). Sum of RGB (Red+Green+Blue) = 59+112+254=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B70FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B70FE is #C48F01. Grayscale: #6F6F6F. Windows color (decimal): -12881666 or 16674875. OLE color: 16674875.

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

Color convert

RGB 59 112 254 -
CMYK 0.77 0.56 0 0.00
HSL 223.69º 0.99% 0.61% -
HSV(B) 223.69º 0.77% 1% -
XYZ 25.49 19.67 96.22 -
YUV 112.34 207.94 89.95 -
System Red Green Blue C M Y K H S L
Decimal 59 112 254 0.77 0.56 0 0.00 223.69 0.99 0.61
Hex 3B 70 FE 4D 38 0 0 E0 63 3D
Octal 73 160 376 115 70 0 0 340 143 75
Binary 111011 1110000 11111110 1001101 111000 0 0 11100000 1100011 111101

Color Harmonies of #3B70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B70FE

Black with #3B70FE

Text Example


Text Example

White with #3B70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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