Html Css Color HEX #335DF6 Royal Blue

📋 copy color: '#335DF6'

red 51 ◦ green 93 ◦ blue 246

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

Shades of Royal Blue #335DF6

Tints of Royal Blue #335DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 63.08%

R = 13.08%
G = 23.85%
B = 63.08%

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

#335DF6 (or 0x335DF6) is known color: Royal Blue. HEX triplet: 33, 5D and F6. RGB value is (51,93,246). Sum of RGB (Red+Green+Blue) = 51+93+246=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #335DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DF6 is #CCA209. Grayscale: #616161. Windows color (decimal): -13410826 or 16145715. OLE color: 16145715.

HSL color Cylindrical-coordinate representation of color #335DF6: hue angle of 227.08º degrees, saturation: 0.92, 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 #335DF6 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 93 246 -
CMYK 0.79 0.62 0 0.04
HSL 227.08º 0.92% 0.58% -
HSV(B) 227.08º 0.79% 0.96% -
XYZ 21.91 15.19 88.97 -
YUV 97.88 211.59 94.56 -
System Red Green Blue C M Y K H S L
Decimal 51 93 246 0.79 0.62 0 0.04 227.08 0.92 0.58
Hex 33 5D F6 4F 3E 0 4 E3 5C 3A
Octal 63 135 366 117 76 0 4 343 134 72
Binary 110011 1011101 11110110 1001111 111110 0 100 11100011 1011100 111010

Color Harmonies of #335DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DF6

Black with #335DF6

Text Example


Text Example

White with #335DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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