Html Css Color HEX #335ED5 Royal Blue

📋 copy color: '#335ED5'

red 51 ◦ green 94 ◦ blue 213

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

Shades of Royal Blue #335ED5

Tints of Royal Blue #335ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

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

R = 14.25%
G = 26.26%
B = 59.5%

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

#335ED5 (or 0x335ED5) is known color: Royal Blue. HEX triplet: 33, 5E and D5. RGB value is (51,94,213). Sum of RGB (Red+Green+Blue) = 51+94+213=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #335ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ED5 is #CCA12A. Grayscale: #5E5E5E. Windows color (decimal): -13410603 or 13983283. OLE color: 13983283.

HSL color Cylindrical-coordinate representation of color #335ED5: hue angle of 224.07º 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 #335ED5 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 94 213 -
CMYK 0.76 0.56 0 0.16
HSL 224.07º 0.66% 0.52% -
HSV(B) 224.07º 0.76% 0.84% -
XYZ 17.38 13.51 64.64 -
YUV 94.71 194.75 96.82 -
System Red Green Blue C M Y K H S L
Decimal 51 94 213 0.76 0.56 0 0.16 224.07 0.66 0.52
Hex 33 5E D5 4C 38 0 10 E0 42 34
Octal 63 136 325 114 70 0 20 340 102 64
Binary 110011 1011110 11010101 1001100 111000 0 10000 11100000 1000010 110100

Color Harmonies of #335ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335ED5

Black with #335ED5

Text Example


Text Example

White with #335ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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