Html Css Color HEX #357ADE Royal Blue

📋 copy color: '#357ADE'

red 53 ◦ green 122 ◦ blue 222

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

Shades of Royal Blue #357ADE

Tints of Royal Blue #357ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.92%

R = 13.35%
G = 30.73%
B = 55.92%

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

#357ADE (or 0x357ADE) is known color: Royal Blue. HEX triplet: 35, 7A and DE. RGB value is (53,122,222). Sum of RGB (Red+Green+Blue) = 53+122+222=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #357ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ADE is #CA8521. Grayscale: #707070. Windows color (decimal): -13272354 or 14580277. OLE color: 14580277.

HSL color Cylindrical-coordinate representation of color #357ADE: hue angle of 215.5º degrees, saturation: 0.72, 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 #357ADE is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 122 222 -
CMYK 0.76 0.45 0 0.13
HSL 215.5º 0.72% 0.54% -
HSV(B) 215.5º 0.76% 0.87% -
XYZ 21.61 19.95 71.82 -
YUV 112.77 189.64 85.37 -
System Red Green Blue C M Y K H S L
Decimal 53 122 222 0.76 0.45 0 0.13 215.5 0.72 0.54
Hex 35 7A DE 4C 2D 0 D D8 48 36
Octal 65 172 336 114 55 0 15 330 110 66
Binary 110101 1111010 11011110 1001100 101101 0 1101 11011000 1001000 110110

Color Harmonies of #357ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ADE

Black with #357ADE

Text Example


Text Example

White with #357ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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