Html Css Color HEX #337EDC Royal Blue

📋 copy color: '#337EDC'

red 51 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #337EDC

Tints of Royal Blue #337EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 12.85%
G = 31.74%
B = 55.42%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#337EDC (or 0x337EDC) is known color: Royal Blue. HEX triplet: 33, 7E and DC. RGB value is (51,126,220). Sum of RGB (Red+Green+Blue) = 51+126+220=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #337EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337EDC is #CC8123. Grayscale: #717171. Windows color (decimal): -13402404 or 14450227. OLE color: 14450227.

HSL color Cylindrical-coordinate representation of color #337EDC: hue angle of 213.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337EDC is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 126 220 -
CMYK 0.77 0.43 0 0.14
HSL 213.37º 0.71% 0.53% -
HSV(B) 213.37º 0.77% 0.86% -
XYZ 21.74 20.79 70.58 -
YUV 114.29 187.65 82.86 -
System Red Green Blue C M Y K H S L
Decimal 51 126 220 0.77 0.43 0 0.14 213.37 0.71 0.53
Hex 33 7E DC 4D 2B 0 E D5 47 35
Octal 63 176 334 115 53 0 16 325 107 65
Binary 110011 1111110 11011100 1001101 101011 0 1110 11010101 1000111 110101

Color Harmonies of #337EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337EDC

Black with #337EDC

Text Example


Text Example

White with #337EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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