Html Css Color HEX #3571FE Royal Blue

📋 copy color: '#3571FE'

red 53 ◦ green 113 ◦ blue 254

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

Shades of Royal Blue #3571FE

Tints of Royal Blue #3571FE

RGB

 RED value IS 53 (21.09% from 255) = 12.62%

 GREEN value IS 113 (44.53% from 255) = 26.9%

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

R = 12.62%
G = 26.9%
B = 60.48%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3571FE (or 0x3571FE) is known color: Royal Blue. HEX triplet: 35, 71 and FE. RGB value is (53,113,254). Sum of RGB (Red+Green+Blue) = 53+113+254=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #3571FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3571FE is #CA8E01. Grayscale: #6E6E6E. Windows color (decimal): -13274626 or 16675125. OLE color: 16675125.

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

Color convert

RGB 53 113 254 -
CMYK 0.79 0.56 0 0.00
HSL 222.09º 0.99% 0.6% -
HSV(B) 222.09º 0.79% 1% -
XYZ 25.26 19.72 96.24 -
YUV 111.13 208.62 86.54 -
System Red Green Blue C M Y K H S L
Decimal 53 113 254 0.79 0.56 0 0.00 222.09 0.99 0.6
Hex 35 71 FE 4F 38 0 0 DE 63 3C
Octal 65 161 376 117 70 0 0 336 143 74
Binary 110101 1110001 11111110 1001111 111000 0 0 11011110 1100011 111100

Color Harmonies of #3571FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3571FE

Black with #3571FE

Text Example


Text Example

White with #3571FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3571FE; }

 p { color: rgb(53,113,254); }

 H1.HeaderClassName
 {
   color: #3571FE;
 }
 .AnyTagClassName
 {
   color: #3571FE;
 }
</style>

background-color css

<style>
 a { background-color: #3571FE; }

 a { background-color: rgb(53,113,254); }

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

border-color css

<style>
 span { border-color: #3571FE; }

 span { border-color: rgb(53,113,254); }

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