Html Css Color HEX #3573FD Royal Blue

📋 copy color: '#3573FD'

red 53 ◦ green 115 ◦ blue 253

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

Shades of Royal Blue #3573FD

Tints of Royal Blue #3573FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 12.59%
G = 27.32%
B = 60.1%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3573FD (or 0x3573FD) is known color: Royal Blue. HEX triplet: 35, 73 and FD. RGB value is (53,115,253). Sum of RGB (Red+Green+Blue) = 53+115+253=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #3573FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3573FD is #CA8C02. Grayscale: #6F6F6F. Windows color (decimal): -13274115 or 16610101. OLE color: 16610101.

HSL color Cylindrical-coordinate representation of color #3573FD: hue angle of 221.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3573FD is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 115 253 -
CMYK 0.79 0.55 0 0.01
HSL 221.4º 0.98% 0.6% -
HSV(B) 221.4º 0.79% 0.99% -
XYZ 25.33 20.11 95.48 -
YUV 112.19 207.46 85.78 -
System Red Green Blue C M Y K H S L
Decimal 53 115 253 0.79 0.55 0 0.01 221.4 0.98 0.6
Hex 35 73 FD 4F 37 0 1 DD 62 3C
Octal 65 163 375 117 67 0 1 335 142 74
Binary 110101 1110011 11111101 1001111 110111 0 1 11011101 1100010 111100

Color Harmonies of #3573FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3573FD

Black with #3573FD

Text Example


Text Example

White with #3573FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3573FD; }

 p { color: rgb(53,115,253); }

 H1.HeaderClassName
 {
   color: #3573FD;
 }
 .AnyTagClassName
 {
   color: #3573FD;
 }
</style>

background-color css

<style>
 a { background-color: #3573FD; }

 a { background-color: rgb(53,115,253); }

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

border-color css

<style>
 span { border-color: #3573FD; }

 span { border-color: rgb(53,115,253); }

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