Html Css Color HEX #335DD9 Royal Blue

📋 copy color: '#335DD9'

red 51 ◦ green 93 ◦ blue 217

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

Shades of Royal Blue #335DD9

Tints of Royal Blue #335DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 60.11%

R = 14.13%
G = 25.76%
B = 60.11%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#335DD9 (or 0x335DD9) is known color: Royal Blue. HEX triplet: 33, 5D and D9. RGB value is (51,93,217). Sum of RGB (Red+Green+Blue) = 51+93+217=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #335DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DD9 is #CCA226. Grayscale: #5E5E5E. Windows color (decimal): -13410855 or 14245171. OLE color: 14245171.

HSL color Cylindrical-coordinate representation of color #335DD9: hue angle of 224.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335DD9 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 93 217 -
CMYK 0.76 0.57 0 0.15
HSL 224.82º 0.69% 0.53% -
HSV(B) 224.82º 0.76% 0.85% -
XYZ 17.8 13.54 67.32 -
YUV 94.58 197.09 96.92 -
System Red Green Blue C M Y K H S L
Decimal 51 93 217 0.76 0.57 0 0.15 224.82 0.69 0.53
Hex 33 5D D9 4C 39 0 F E1 45 35
Octal 63 135 331 114 71 0 17 341 105 65
Binary 110011 1011101 11011001 1001100 111001 0 1111 11100001 1000101 110101

Color Harmonies of #335DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DD9

Black with #335DD9

Text Example


Text Example

White with #335DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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