Html Css Color HEX #335DD5 Royal Blue

📋 copy color: '#335DD5'

red 51 ◦ green 93 ◦ blue 213

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

Shades of Royal Blue #335DD5

Tints of Royal Blue #335DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.66%

R = 14.29%
G = 26.05%
B = 59.66%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#335DD5 (or 0x335DD5) is known color: Royal Blue. HEX triplet: 33, 5D and D5. RGB value is (51,93,213). Sum of RGB (Red+Green+Blue) = 51+93+213=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #335DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DD5 is #CCA22A. Grayscale: #5D5D5D. Windows color (decimal): -13410859 or 13983027. OLE color: 13983027.

HSL color Cylindrical-coordinate representation of color #335DD5: hue angle of 224.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335DD5 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 93 213 -
CMYK 0.76 0.56 0 0.16
HSL 224.44º 0.66% 0.52% -
HSV(B) 224.44º 0.76% 0.84% -
XYZ 17.29 13.34 64.61 -
YUV 94.12 195.09 97.24 -
System Red Green Blue C M Y K H S L
Decimal 51 93 213 0.76 0.56 0 0.16 224.44 0.66 0.52
Hex 33 5D D5 4C 38 0 10 E0 42 34
Octal 63 135 325 114 70 0 20 340 102 64
Binary 110011 1011101 11010101 1001100 111000 0 10000 11100000 1000010 110100

Color Harmonies of #335DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DD5

Black with #335DD5

Text Example


Text Example

White with #335DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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