Html Css Color HEX #335DE5 Royal Blue

📋 copy color: '#335DE5'

red 51 ◦ green 93 ◦ blue 229

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

Shades of Royal Blue #335DE5

Tints of Royal Blue #335DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.39%

R = 13.67%
G = 24.93%
B = 61.39%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#335DE5 (or 0x335DE5) is known color: Royal Blue. HEX triplet: 33, 5D and E5. RGB value is (51,93,229). Sum of RGB (Red+Green+Blue) = 51+93+229=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #335DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DE5 is #CCA21A. Grayscale: #5F5F5F. Windows color (decimal): -13410843 or 15031603. OLE color: 15031603.

HSL color Cylindrical-coordinate representation of color #335DE5: hue angle of 225.84º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335DE5 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 93 229 -
CMYK 0.78 0.59 0 0.10
HSL 225.84º 0.77% 0.55% -
HSV(B) 225.84º 0.78% 0.9% -
XYZ 19.42 14.19 75.84 -
YUV 95.95 203.09 95.94 -
System Red Green Blue C M Y K H S L
Decimal 51 93 229 0.78 0.59 0 0.10 225.84 0.77 0.55
Hex 33 5D E5 4E 3B 0 A E2 4D 37
Octal 63 135 345 116 73 0 12 342 115 67
Binary 110011 1011101 11100101 1001110 111011 0 1010 11100010 1001101 110111

Color Harmonies of #335DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DE5

Black with #335DE5

Text Example


Text Example

White with #335DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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