Html Css Color HEX #3570F9 Royal Blue

📋 copy color: '#3570F9'

red 53 ◦ green 112 ◦ blue 249

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

Shades of Royal Blue #3570F9

Tints of Royal Blue #3570F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.14%

R = 12.8%
G = 27.05%
B = 60.14%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3570F9 (or 0x3570F9) is known color: Royal Blue. HEX triplet: 35, 70 and F9. RGB value is (53,112,249). Sum of RGB (Red+Green+Blue) = 53+112+249=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #3570F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3570F9 is #CA8F06. Grayscale: #6D6D6D. Windows color (decimal): -13274887 or 16347189. OLE color: 16347189.

HSL color Cylindrical-coordinate representation of color #3570F9: hue angle of 221.94º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3570F9 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 112 249 -
CMYK 0.79 0.55 0 0.02
HSL 221.94º 0.94% 0.59% -
HSV(B) 221.94º 0.79% 0.98% -
XYZ 24.36 19.18 92.04 -
YUV 109.98 206.45 87.36 -
System Red Green Blue C M Y K H S L
Decimal 53 112 249 0.79 0.55 0 0.02 221.94 0.94 0.59
Hex 35 70 F9 4F 37 0 2 DE 5E 3B
Octal 65 160 371 117 67 0 2 336 136 73
Binary 110101 1110000 11111001 1001111 110111 0 10 11011110 1011110 111011

Color Harmonies of #3570F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3570F9

Black with #3570F9

Text Example


Text Example

White with #3570F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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