Html Css Color HEX #335DDE Royal Blue

📋 copy color: '#335DDE'

red 51 ◦ green 93 ◦ blue 222

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

Shades of Royal Blue #335DDE

Tints of Royal Blue #335DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.66%

R = 13.93%
G = 25.41%
B = 60.66%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#335DDE (or 0x335DDE) is known color: Royal Blue. HEX triplet: 33, 5D and DE. RGB value is (51,93,222). Sum of RGB (Red+Green+Blue) = 51+93+222=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #335DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DDE is #CCA221. Grayscale: #5E5E5E. Windows color (decimal): -13410850 or 14572851. OLE color: 14572851.

HSL color Cylindrical-coordinate representation of color #335DDE: hue angle of 225.26º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335DDE is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 93 222 -
CMYK 0.77 0.58 0 0.13
HSL 225.26º 0.72% 0.54% -
HSV(B) 225.26º 0.77% 0.87% -
XYZ 18.46 13.81 70.8 -
YUV 95.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 51 93 222 0.77 0.58 0 0.13 225.26 0.72 0.54
Hex 33 5D DE 4D 3A 0 D E1 48 36
Octal 63 135 336 115 72 0 15 341 110 66
Binary 110011 1011101 11011110 1001101 111010 0 1101 11100001 1001000 110110

Color Harmonies of #335DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DDE

Black with #335DDE

Text Example


Text Example

White with #335DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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