Html Css Color HEX #337EDD Royal Blue

📋 copy color: '#337EDD'

red 51 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #337EDD

Tints of Royal Blue #337EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 12.81%
G = 31.66%
B = 55.53%

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

#337EDD (or 0x337EDD) is known color: Royal Blue. HEX triplet: 33, 7E and DD. RGB value is (51,126,221). Sum of RGB (Red+Green+Blue) = 51+126+221=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #337EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337EDD is #CC8122. Grayscale: #717171. Windows color (decimal): -13402403 or 14515763. OLE color: 14515763.

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

Color convert

RGB 51 126 221 -
CMYK 0.77 0.43 0 0.13
HSL 213.53º 0.71% 0.53% -
HSV(B) 213.53º 0.77% 0.87% -
XYZ 21.88 20.85 71.28 -
YUV 114.41 188.15 82.78 -
System Red Green Blue C M Y K H S L
Decimal 51 126 221 0.77 0.43 0 0.13 213.53 0.71 0.53
Hex 33 7E DD 4D 2B 0 D D6 47 35
Octal 63 176 335 115 53 0 15 326 107 65
Binary 110011 1111110 11011101 1001101 101011 0 1101 11010110 1000111 110101

Color Harmonies of #337EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337EDD

Black with #337EDD

Text Example


Text Example

White with #337EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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