Html Css Color HEX #337FE1 Royal Blue

📋 copy color: '#337FE1'

red 51 ◦ green 127 ◦ blue 225

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

Shades of Royal Blue #337FE1

Tints of Royal Blue #337FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.83%

R = 12.66%
G = 31.51%
B = 55.83%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#337FE1 (or 0x337FE1) is known color: Royal Blue. HEX triplet: 33, 7F and E1. RGB value is (51,127,225). Sum of RGB (Red+Green+Blue) = 51+127+225=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #337FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FE1 is #CC801E. Grayscale: #727272. Windows color (decimal): -13402143 or 14778163. OLE color: 14778163.

HSL color Cylindrical-coordinate representation of color #337FE1: hue angle of 213.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337FE1 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 127 225 -
CMYK 0.77 0.44 0 0.12
HSL 213.79º 0.74% 0.54% -
HSV(B) 213.79º 0.77% 0.88% -
XYZ 22.55 21.32 74.16 -
YUV 115.45 189.82 82.03 -
System Red Green Blue C M Y K H S L
Decimal 51 127 225 0.77 0.44 0 0.12 213.79 0.74 0.54
Hex 33 7F E1 4D 2C 0 C D6 4A 36
Octal 63 177 341 115 54 0 14 326 112 66
Binary 110011 1111111 11100001 1001101 101100 0 1100 11010110 1001010 110110

Color Harmonies of #337FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FE1

Black with #337FE1

Text Example


Text Example

White with #337FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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