Html Css Color HEX #337EDB Royal Blue

📋 copy color: '#337EDB'

red 51 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #337EDB

Tints of Royal Blue #337EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 12.88%
G = 31.82%
B = 55.3%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#337EDB (or 0x337EDB) is known color: Royal Blue. HEX triplet: 33, 7E and DB. RGB value is (51,126,219). Sum of RGB (Red+Green+Blue) = 51+126+219=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #337EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337EDB is #CC8124. Grayscale: #717171. Windows color (decimal): -13402405 or 14384691. OLE color: 14384691.

HSL color Cylindrical-coordinate representation of color #337EDB: hue angle of 213.21º degrees, saturation: 0.7, 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 #337EDB is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 126 219 -
CMYK 0.77 0.42 0 0.14
HSL 213.21º 0.7% 0.53% -
HSV(B) 213.21º 0.77% 0.86% -
XYZ 21.61 20.74 69.88 -
YUV 114.18 187.15 82.94 -
System Red Green Blue C M Y K H S L
Decimal 51 126 219 0.77 0.42 0 0.14 213.21 0.7 0.53
Hex 33 7E DB 4D 2A 0 E D5 46 35
Octal 63 176 333 115 52 0 16 325 106 65
Binary 110011 1111110 11011011 1001101 101010 0 1110 11010101 1000110 110101

Color Harmonies of #337EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337EDB

Black with #337EDB

Text Example


Text Example

White with #337EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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