Html Css Color HEX #355DFD Royal Blue

📋 copy color: '#355DFD'

red 53 ◦ green 93 ◦ blue 253

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

Shades of Royal Blue #355DFD

Tints of Royal Blue #355DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 13.28%
G = 23.31%
B = 63.41%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#355DFD (or 0x355DFD) is known color: Royal Blue. HEX triplet: 35, 5D and FD. RGB value is (53,93,253). Sum of RGB (Red+Green+Blue) = 53+93+253=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #355DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355DFD is #CAA202. Grayscale: #626262. Windows color (decimal): -13279747 or 16604469. OLE color: 16604469.

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

Color convert

RGB 53 93 253 -
CMYK 0.79 0.63 0 0.01
HSL 228º 0.98% 0.6% -
HSV(B) 228º 0.79% 0.99% -
XYZ 23.11 15.68 94.74 -
YUV 99.28 214.75 94.99 -
System Red Green Blue C M Y K H S L
Decimal 53 93 253 0.79 0.63 0 0.01 228 0.98 0.6
Hex 35 5D FD 4F 3F 0 1 E4 62 3C
Octal 65 135 375 117 77 0 1 344 142 74
Binary 110101 1011101 11111101 1001111 111111 0 1 11100100 1100010 111100

Color Harmonies of #355DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DFD

Black with #355DFD

Text Example


Text Example

White with #355DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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