Html Css Color HEX #337FDB Royal Blue

📋 copy color: '#337FDB'

red 51 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #337FDB

Tints of Royal Blue #337FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

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

R = 12.85%
G = 31.99%
B = 55.16%

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

#337FDB (or 0x337FDB) is known color: Royal Blue. HEX triplet: 33, 7F and DB. RGB value is (51,127,219). Sum of RGB (Red+Green+Blue) = 51+127+219=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #337FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FDB is #CC8024. Grayscale: #727272. Windows color (decimal): -13402149 or 14384947. OLE color: 14384947.

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

Color convert

RGB 51 127 219 -
CMYK 0.77 0.42 0 0.14
HSL 212.86º 0.7% 0.53% -
HSV(B) 212.86º 0.77% 0.86% -
XYZ 21.74 21 69.92 -
YUV 114.76 186.82 82.52 -
System Red Green Blue C M Y K H S L
Decimal 51 127 219 0.77 0.42 0 0.14 212.86 0.7 0.53
Hex 33 7F DB 4D 2A 0 E D5 46 35
Octal 63 177 333 115 52 0 16 325 106 65
Binary 110011 1111111 11011011 1001101 101010 0 1110 11010101 1000110 110101

Color Harmonies of #337FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FDB

Black with #337FDB

Text Example


Text Example

White with #337FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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