Html Css Color HEX #337EDE Royal Blue

📋 copy color: '#337EDE'

red 51 ◦ green 126 ◦ blue 222

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

Shades of Royal Blue #337EDE

Tints of Royal Blue #337EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 12.78%
G = 31.58%
B = 55.64%

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

#337EDE (or 0x337EDE) is known color: Royal Blue. HEX triplet: 33, 7E and DE. RGB value is (51,126,222). Sum of RGB (Red+Green+Blue) = 51+126+222=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #337EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337EDE is #CC8121. Grayscale: #727272. Windows color (decimal): -13402402 or 14581299. OLE color: 14581299.

HSL color Cylindrical-coordinate representation of color #337EDE: hue angle of 213.68º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337EDE is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 126 222 -
CMYK 0.77 0.43 0 0.13
HSL 213.68º 0.72% 0.54% -
HSV(B) 213.68º 0.77% 0.87% -
XYZ 22.01 20.9 71.98 -
YUV 114.52 188.65 82.69 -
System Red Green Blue C M Y K H S L
Decimal 51 126 222 0.77 0.43 0 0.13 213.68 0.72 0.54
Hex 33 7E DE 4D 2B 0 D D6 48 36
Octal 63 176 336 115 53 0 15 326 110 66
Binary 110011 1111110 11011110 1001101 101011 0 1101 11010110 1001000 110110

Color Harmonies of #337EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337EDE

Black with #337EDE

Text Example


Text Example

White with #337EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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