Html Css Color HEX #355ED8 Royal Blue

📋 copy color: '#355ED8'

red 53 ◦ green 94 ◦ blue 216

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

Shades of Royal Blue #355ED8

Tints of Royal Blue #355ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

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

R = 14.6%
G = 25.9%
B = 59.5%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#355ED8 (or 0x355ED8) is known color: Royal Blue. HEX triplet: 35, 5E and D8. RGB value is (53,94,216). Sum of RGB (Red+Green+Blue) = 53+94+216=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #355ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ED8 is #CAA127. Grayscale: #5F5F5F. Windows color (decimal): -13279528 or 14179893. OLE color: 14179893.

HSL color Cylindrical-coordinate representation of color #355ED8: hue angle of 224.91º 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 #355ED8 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 94 216 -
CMYK 0.75 0.56 0 0.15
HSL 224.91º 0.68% 0.53% -
HSV(B) 224.91º 0.75% 0.85% -
XYZ 17.87 13.72 66.67 -
YUV 95.65 195.92 97.58 -
System Red Green Blue C M Y K H S L
Decimal 53 94 216 0.75 0.56 0 0.15 224.91 0.68 0.53
Hex 35 5E D8 4B 38 0 F E1 44 35
Octal 65 136 330 113 70 0 17 341 104 65
Binary 110101 1011110 11011000 1001011 111000 0 1111 11100001 1000100 110101

Color Harmonies of #355ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355ED8

Black with #355ED8

Text Example


Text Example

White with #355ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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