Html Css Color HEX #335DF5 Royal Blue

📋 copy color: '#335DF5'

red 51 ◦ green 93 ◦ blue 245

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

Shades of Royal Blue #335DF5

Tints of Royal Blue #335DF5

RGB

 RED value IS 51 (20.31% from 255) = 13.11%

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

 BLUE value IS 245 (96.09% from 255) = 62.98%

R = 13.11%
G = 23.91%
B = 62.98%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#335DF5 (or 0x335DF5) is known color: Royal Blue. HEX triplet: 33, 5D and F5. RGB value is (51,93,245). Sum of RGB (Red+Green+Blue) = 51+93+245=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 245 (96.09% from 255 or 62.98% from 389); Max value from RGB is 245 - color contains mainly: blue. Hex color #335DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DF5 is #CCA20A. Grayscale: #616161. Windows color (decimal): -13410827 or 16080179. OLE color: 16080179.

HSL color Cylindrical-coordinate representation of color #335DF5: hue angle of 227.01º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #335DF5 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 93 245 -
CMYK 0.79 0.62 0 0.04
HSL 227.01º 0.91% 0.58% -
HSV(B) 227.01º 0.79% 0.96% -
XYZ 21.76 15.13 88.16 -
YUV 97.77 211.09 94.64 -
System Red Green Blue C M Y K H S L
Decimal 51 93 245 0.79 0.62 0 0.04 227.01 0.91 0.58
Hex 33 5D F5 4F 3E 0 4 E3 5B 3A
Octal 63 135 365 117 76 0 4 343 133 72
Binary 110011 1011101 11110101 1001111 111110 0 100 11100011 1011011 111010

Color Harmonies of #335DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DF5

Black with #335DF5

Text Example


Text Example

White with #335DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #335DF5;
 }
 .AnyTagClassName
 {
   color: #335DF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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