Html Css Color HEX #355DDF Royal Blue

📋 copy color: '#355DDF'

red 53 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #355DDF

Tints of Royal Blue #355DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 14.36%
G = 25.2%
B = 60.43%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#355DDF (or 0x355DDF) is known color: Royal Blue. HEX triplet: 35, 5D and DF. RGB value is (53,93,223). Sum of RGB (Red+Green+Blue) = 53+93+223=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #355DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DDF is #CAA220. Grayscale: #5F5F5F. Windows color (decimal): -13279777 or 14638389. OLE color: 14638389.

HSL color Cylindrical-coordinate representation of color #355DDF: hue angle of 225.88º degrees, saturation: 0.73, 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 #355DDF is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 93 223 -
CMYK 0.76 0.58 0 0.13
HSL 225.88º 0.73% 0.54% -
HSV(B) 225.88º 0.76% 0.87% -
XYZ 18.7 13.91 71.51 -
YUV 95.86 199.75 97.43 -
System Red Green Blue C M Y K H S L
Decimal 53 93 223 0.76 0.58 0 0.13 225.88 0.73 0.54
Hex 35 5D DF 4C 3A 0 D E2 49 36
Octal 65 135 337 114 72 0 15 342 111 66
Binary 110101 1011101 11011111 1001100 111010 0 1101 11100010 1001001 110110

Color Harmonies of #355DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DDF

Black with #355DDF

Text Example


Text Example

White with #355DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,93,223); }

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

background-color css

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

 a { background-color: rgb(53,93,223); }

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

border-color css

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

 span { border-color: rgb(53,93,223); }

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