Html Css Color HEX #335ADD Royal Blue

📋 copy color: '#335ADD'

red 51 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #335ADD

Tints of Royal Blue #335ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 14.09%
G = 24.86%
B = 61.05%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#335ADD (or 0x335ADD) is known color: Royal Blue. HEX triplet: 33, 5A and DD. RGB value is (51,90,221). Sum of RGB (Red+Green+Blue) = 51+90+221=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #335ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ADD is #CCA522. Grayscale: #5C5C5C. Windows color (decimal): -13411619 or 14506547. OLE color: 14506547.

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

Color convert

RGB 51 90 221 -
CMYK 0.77 0.59 0 0.13
HSL 226.24º 0.71% 0.53% -
HSV(B) 226.24º 0.77% 0.87% -
XYZ 18.07 13.24 70.01 -
YUV 93.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 51 90 221 0.77 0.59 0 0.13 226.24 0.71 0.53
Hex 33 5A DD 4D 3B 0 D E2 47 35
Octal 63 132 335 115 73 0 15 342 107 65
Binary 110011 1011010 11011101 1001101 111011 0 1101 11100010 1000111 110101

Color Harmonies of #335ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335ADD

Black with #335ADD

Text Example


Text Example

White with #335ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,90,221); }

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

background-color css

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

 a { background-color: rgb(51,90,221); }

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

border-color css

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

 span { border-color: rgb(51,90,221); }

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