Html Css Color HEX #357AD1 Royal Blue

📋 copy color: '#357AD1'

red 53 ◦ green 122 ◦ blue 209

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

Shades of Royal Blue #357AD1

Tints of Royal Blue #357AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 209 (82.03% from 255) = 54.43%

R = 13.8%
G = 31.77%
B = 54.43%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#357AD1 (or 0x357AD1) is known color: Royal Blue. HEX triplet: 35, 7A and D1. RGB value is (53,122,209). Sum of RGB (Red+Green+Blue) = 53+122+209=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #357AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357AD1 is #CA852E. Grayscale: #6E6E6E. Windows color (decimal): -13272367 or 13728309. OLE color: 13728309.

HSL color Cylindrical-coordinate representation of color #357AD1: hue angle of 213.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #357AD1 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 122 209 -
CMYK 0.75 0.42 0 0.18
HSL 213.46º 0.63% 0.51% -
HSV(B) 213.46º 0.75% 0.82% -
XYZ 19.94 19.28 62.99 -
YUV 111.29 183.14 86.43 -
System Red Green Blue C M Y K H S L
Decimal 53 122 209 0.75 0.42 0 0.18 213.46 0.63 0.51
Hex 35 7A D1 4B 2A 0 12 D5 3F 33
Octal 65 172 321 113 52 0 22 325 77 63
Binary 110101 1111010 11010001 1001011 101010 0 10010 11010101 111111 110011

Color Harmonies of #357AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AD1

Black with #357AD1

Text Example


Text Example

White with #357AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357AD1; }

 p { color: rgb(53,122,209); }

 H1.HeaderClassName
 {
   color: #357AD1;
 }
 .AnyTagClassName
 {
   color: #357AD1;
 }
</style>

background-color css

<style>
 a { background-color: #357AD1; }

 a { background-color: rgb(53,122,209); }

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

border-color css

<style>
 span { border-color: #357AD1; }

 span { border-color: rgb(53,122,209); }

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