Html Css Color HEX #357ADD Royal Blue

📋 copy color: '#357ADD'

red 53 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #357ADD

Tints of Royal Blue #357ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 13.38%
G = 30.81%
B = 55.81%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#357ADD (or 0x357ADD) is known color: Royal Blue. HEX triplet: 35, 7A and DD. RGB value is (53,122,221). Sum of RGB (Red+Green+Blue) = 53+122+221=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #357ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ADD is #CA8522. Grayscale: #707070. Windows color (decimal): -13272355 or 14514741. OLE color: 14514741.

HSL color Cylindrical-coordinate representation of color #357ADD: hue angle of 215.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357ADD is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 122 221 -
CMYK 0.76 0.45 0 0.13
HSL 215.36º 0.71% 0.54% -
HSV(B) 215.36º 0.76% 0.87% -
XYZ 21.48 19.9 71.11 -
YUV 112.66 189.14 85.45 -
System Red Green Blue C M Y K H S L
Decimal 53 122 221 0.76 0.45 0 0.13 215.36 0.71 0.54
Hex 35 7A DD 4C 2D 0 D D7 47 36
Octal 65 172 335 114 55 0 15 327 107 66
Binary 110101 1111010 11011101 1001100 101101 0 1101 11010111 1000111 110110

Color Harmonies of #357ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ADD

Black with #357ADD

Text Example


Text Example

White with #357ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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