#335DFD

Color #335DFD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #335DFD

Tints of Royal Blue #335DFD

Color information

#335DFD (or 0x335DFD) is unknown color: approx Royal Blue. HEX triplet: 33, 5D and FD. RGB value is (51,93,253). Sum of RGB (Red+Green+Blue) = 51+93+253=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #335DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DFD is #CCA202. Grayscale: #626262. Windows color (decimal): -13410819 or 16604467. OLE color: 16604467.

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

Color convert

RGB5193253-
CMYK0.800.6300.01
HSL227.52º98.06%59.61%-
HSV(B)227.52º79.84%99.22%-
XYZ23.0115.6294.73-
YUV98.68215.0993.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.85%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 253 (99.22% from 255) = 63.73%
R=12.85%
G=23.43%
B=63.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51932530.800.6300.01227.5298.0659.61
Hex335DFD503F01e4623c
Octal63135375120770134414274
Binary110011101110111111101101000011111101111001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #335DFD;
 }
 .AnyTagClassName
 {
   color: #335DFD;
 }
</style>
background-color css

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

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

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

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

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

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