Html Css Color HEX #337DDD Royal Blue

📋 copy color: '#337DDD'

red 51 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #337DDD

Tints of Royal Blue #337DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

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

R = 12.85%
G = 31.49%
B = 55.67%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#337DDD (or 0x337DDD) is known color: Royal Blue. HEX triplet: 33, 7D and DD. RGB value is (51,125,221). Sum of RGB (Red+Green+Blue) = 51+125+221=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #337DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DDD is #CC8222. Grayscale: #717171. Windows color (decimal): -13402659 or 14515507. OLE color: 14515507.

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

Color convert

RGB 51 125 221 -
CMYK 0.77 0.43 0 0.13
HSL 213.88º 0.71% 0.53% -
HSV(B) 213.88º 0.77% 0.87% -
XYZ 21.75 20.59 71.23 -
YUV 113.82 188.48 83.19 -
System Red Green Blue C M Y K H S L
Decimal 51 125 221 0.77 0.43 0 0.13 213.88 0.71 0.53
Hex 33 7D DD 4D 2B 0 D D6 47 35
Octal 63 175 335 115 53 0 15 326 107 65
Binary 110011 1111101 11011101 1001101 101011 0 1101 11010110 1000111 110101

Color Harmonies of #337DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337DDD

Black with #337DDD

Text Example


Text Example

White with #337DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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