Html Css Color HEX #335DF0 Royal Blue

📋 copy color: '#335DF0'

red 51 ◦ green 93 ◦ blue 240

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

Shades of Royal Blue #335DF0

Tints of Royal Blue #335DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.5%

R = 13.28%
G = 24.22%
B = 62.5%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#335DF0 (or 0x335DF0) is known color: Royal Blue. HEX triplet: 33, 5D and F0. RGB value is (51,93,240). Sum of RGB (Red+Green+Blue) = 51+93+240=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #335DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DF0 is #CCA20F. Grayscale: #606060. Windows color (decimal): -13410832 or 15752499. OLE color: 15752499.

HSL color Cylindrical-coordinate representation of color #335DF0: hue angle of 226.67º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #335DF0 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 93 240 -
CMYK 0.79 0.61 0 0.06
HSL 226.67º 0.86% 0.57% -
HSV(B) 226.67º 0.79% 0.94% -
XYZ 21.01 14.82 84.19 -
YUV 97.2 208.59 95.05 -
System Red Green Blue C M Y K H S L
Decimal 51 93 240 0.79 0.61 0 0.06 226.67 0.86 0.57
Hex 33 5D F0 4F 3D 0 6 E3 56 39
Octal 63 135 360 117 75 0 6 343 126 71
Binary 110011 1011101 11110000 1001111 111101 0 110 11100011 1010110 111001

Color Harmonies of #335DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DF0

Black with #335DF0

Text Example


Text Example

White with #335DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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