Html Css Color HEX #357ED8 Royal Blue

📋 copy color: '#357ED8'

red 53 ◦ green 126 ◦ blue 216

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

Shades of Royal Blue #357ED8

Tints of Royal Blue #357ED8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 216 (84.77% from 255) = 54.68%

R = 13.42%
G = 31.9%
B = 54.68%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#357ED8 (or 0x357ED8) is known color: Royal Blue. HEX triplet: 35, 7E and D8. RGB value is (53,126,216). Sum of RGB (Red+Green+Blue) = 53+126+216=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #357ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ED8 is #CA8127. Grayscale: #717171. Windows color (decimal): -13271336 or 14188085. OLE color: 14188085.

HSL color Cylindrical-coordinate representation of color #357ED8: hue angle of 213.13º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #357ED8 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 126 216 -
CMYK 0.75 0.42 0 0.15
HSL 213.13º 0.68% 0.53% -
HSV(B) 213.13º 0.75% 0.85% -
XYZ 21.32 20.64 67.83 -
YUV 114.43 185.32 84.18 -
System Red Green Blue C M Y K H S L
Decimal 53 126 216 0.75 0.42 0 0.15 213.13 0.68 0.53
Hex 35 7E D8 4B 2A 0 F D5 44 35
Octal 65 176 330 113 52 0 17 325 104 65
Binary 110101 1111110 11011000 1001011 101010 0 1111 11010101 1000100 110101

Color Harmonies of #357ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ED8

Black with #357ED8

Text Example


Text Example

White with #357ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,126,216); }

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

background-color css

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

 a { background-color: rgb(53,126,216); }

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

border-color css

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

 span { border-color: rgb(53,126,216); }

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