Html Css Color HEX #355DF9 Royal Blue

📋 copy color: '#355DF9'

red 53 ◦ green 93 ◦ blue 249

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

Shades of Royal Blue #355DF9

Tints of Royal Blue #355DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.04%

R = 13.42%
G = 23.54%
B = 63.04%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#355DF9 (or 0x355DF9) is known color: Royal Blue. HEX triplet: 35, 5D and F9. RGB value is (53,93,249). Sum of RGB (Red+Green+Blue) = 53+93+249=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #355DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355DF9 is #CAA206. Grayscale: #626262. Windows color (decimal): -13279751 or 16342325. OLE color: 16342325.

HSL color Cylindrical-coordinate representation of color #355DF9: hue angle of 227.76º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355DF9 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 93 249 -
CMYK 0.79 0.63 0 0.02
HSL 227.76º 0.94% 0.59% -
HSV(B) 227.76º 0.79% 0.98% -
XYZ 22.48 15.43 91.41 -
YUV 98.82 212.75 95.32 -
System Red Green Blue C M Y K H S L
Decimal 53 93 249 0.79 0.63 0 0.02 227.76 0.94 0.59
Hex 35 5D F9 4F 3F 0 2 E4 5E 3B
Octal 65 135 371 117 77 0 2 344 136 73
Binary 110101 1011101 11111001 1001111 111111 0 10 11100100 1011110 111011

Color Harmonies of #355DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DF9

Black with #355DF9

Text Example


Text Example

White with #355DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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