Html Css Color HEX #337ADD Royal Blue

📋 copy color: '#337ADD'

red 51 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #337ADD

Tints of Royal Blue #337ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

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

R = 12.94%
G = 30.96%
B = 56.09%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#337ADD (or 0x337ADD) is known color: Royal Blue. HEX triplet: 33, 7A and DD. RGB value is (51,122,221). Sum of RGB (Red+Green+Blue) = 51+122+221=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #337ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337ADD is #CC8522. Grayscale: #6F6F6F. Windows color (decimal): -13403427 or 14514739. OLE color: 14514739.

HSL color Cylindrical-coordinate representation of color #337ADD: hue angle of 214.94º 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 #337ADD is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 122 221 -
CMYK 0.77 0.45 0 0.13
HSL 214.94º 0.71% 0.53% -
HSV(B) 214.94º 0.77% 0.87% -
XYZ 21.38 19.84 71.11 -
YUV 112.06 189.48 84.45 -
System Red Green Blue C M Y K H S L
Decimal 51 122 221 0.77 0.45 0 0.13 214.94 0.71 0.53
Hex 33 7A DD 4D 2D 0 D D7 47 35
Octal 63 172 335 115 55 0 15 327 107 65
Binary 110011 1111010 11011101 1001101 101101 0 1101 11010111 1000111 110101

Color Harmonies of #337ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337ADD

Black with #337ADD

Text Example


Text Example

White with #337ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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