Html Css Color HEX #3570FF Royal Blue

📋 copy color: '#3570FF'

red 53 ◦ green 112 ◦ blue 255

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

Shades of Royal Blue #3570FF

Tints of Royal Blue #3570FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 12.62%
G = 26.67%
B = 60.71%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3570FF (or 0x3570FF) is known color: Royal Blue. HEX triplet: 35, 70 and FF. RGB value is (53,112,255). Sum of RGB (Red+Green+Blue) = 53+112+255=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #3570FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3570FF is #CA8F00. Grayscale: #6E6E6E. Windows color (decimal): -13274881 or 16740405. OLE color: 16740405.

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

Color convert

RGB 53 112 255 -
CMYK 0.79 0.56 0 0
HSL 222.48º 1% 0.6% -
HSV(B) 222.48º 0.79% 1% -
XYZ 25.31 19.57 97.05 -
YUV 110.66 209.45 86.87 -
System Red Green Blue C M Y K H S L
Decimal 53 112 255 0.79 0.56 0 0 222.48 1 0.6
Hex 35 70 FF 4F 38 0 0 DE 64 3C
Octal 65 160 377 117 70 0 0 336 144 74
Binary 110101 1110000 11111111 1001111 111000 0 0 11011110 1100100 111100

Color Harmonies of #3570FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3570FF

Black with #3570FF

Text Example


Text Example

White with #3570FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3570FF; }

 p { color: rgb(53,112,255); }

 H1.HeaderClassName
 {
   color: #3570FF;
 }
 .AnyTagClassName
 {
   color: #3570FF;
 }
</style>

background-color css

<style>
 a { background-color: #3570FF; }

 a { background-color: rgb(53,112,255); }

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

border-color css

<style>
 span { border-color: #3570FF; }

 span { border-color: rgb(53,112,255); }

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