Html Css Color HEX #337DDE Royal Blue

📋 copy color: '#337DDE'

red 51 ◦ green 125 ◦ blue 222

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

Shades of Royal Blue #337DDE

Tints of Royal Blue #337DDE

RGB

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

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

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

R = 12.81%
G = 31.41%
B = 55.78%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#337DDE (or 0x337DDE) is known color: Royal Blue. HEX triplet: 33, 7D and DE. RGB value is (51,125,222). Sum of RGB (Red+Green+Blue) = 51+125+222=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #337DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DDE is #CC8221. Grayscale: #717171. Windows color (decimal): -13402658 or 14581043. OLE color: 14581043.

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

Color convert

RGB 51 125 222 -
CMYK 0.77 0.44 0 0.13
HSL 214.04º 0.72% 0.54% -
HSV(B) 214.04º 0.77% 0.87% -
XYZ 21.88 20.64 71.94 -
YUV 113.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 51 125 222 0.77 0.44 0 0.13 214.04 0.72 0.54
Hex 33 7D DE 4D 2C 0 D D6 48 36
Octal 63 175 336 115 54 0 15 326 110 66
Binary 110011 1111101 11011110 1001101 101100 0 1101 11010110 1001000 110110

Color Harmonies of #337DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337DDE

Black with #337DDE

Text Example


Text Example

White with #337DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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