Html Css Color HEX #357AD5 Royal Blue

📋 copy color: '#357AD5'

red 53 ◦ green 122 ◦ blue 213

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

Shades of Royal Blue #357AD5

Tints of Royal Blue #357AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.9%

R = 13.66%
G = 31.44%
B = 54.9%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#357AD5 (or 0x357AD5) is known color: Royal Blue. HEX triplet: 35, 7A and D5. RGB value is (53,122,213). Sum of RGB (Red+Green+Blue) = 53+122+213=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #357AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357AD5 is #CA852A. Grayscale: #6F6F6F. Windows color (decimal): -13272363 or 13990453. OLE color: 13990453.

HSL color Cylindrical-coordinate representation of color #357AD5: hue angle of 214.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #357AD5 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 122 213 -
CMYK 0.75 0.43 0 0.16
HSL 214.13º 0.66% 0.52% -
HSV(B) 214.13º 0.75% 0.84% -
XYZ 20.44 19.48 65.63 -
YUV 111.74 185.14 86.1 -
System Red Green Blue C M Y K H S L
Decimal 53 122 213 0.75 0.43 0 0.16 214.13 0.66 0.52
Hex 35 7A D5 4B 2B 0 10 D6 42 34
Octal 65 172 325 113 53 0 20 326 102 64
Binary 110101 1111010 11010101 1001011 101011 0 10000 11010110 1000010 110100

Color Harmonies of #357AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AD5

Black with #357AD5

Text Example


Text Example

White with #357AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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