Html Css Color HEX #337BF1 Royal Blue

📋 copy color: '#337BF1'

red 51 ◦ green 123 ◦ blue 241

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

Shades of Royal Blue #337BF1

Tints of Royal Blue #337BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.64%

 BLUE value IS 241 (94.53% from 255) = 58.07%

R = 12.29%
G = 29.64%
B = 58.07%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#337BF1 (or 0x337BF1) is known color: Royal Blue. HEX triplet: 33, 7B and F1. RGB value is (51,123,241). Sum of RGB (Red+Green+Blue) = 51+123+241=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #337BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #337BF1 is #CC840E. Grayscale: #727272. Windows color (decimal): -13403151 or 15825715. OLE color: 15825715.

HSL color Cylindrical-coordinate representation of color #337BF1: hue angle of 217.26º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #337BF1 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 123 241 -
CMYK 0.79 0.49 0 0.05
HSL 217.26º 0.87% 0.57% -
HSV(B) 217.26º 0.79% 0.95% -
XYZ 24.33 21.22 86.03 -
YUV 114.92 199.15 82.41 -
System Red Green Blue C M Y K H S L
Decimal 51 123 241 0.79 0.49 0 0.05 217.26 0.87 0.57
Hex 33 7B F1 4F 31 0 5 D9 57 39
Octal 63 173 361 117 61 0 5 331 127 71
Binary 110011 1111011 11110001 1001111 110001 0 101 11011001 1010111 111001

Color Harmonies of #337BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337BF1

Black with #337BF1

Text Example


Text Example

White with #337BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,123,241); }

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

background-color css

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

 a { background-color: rgb(51,123,241); }

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

border-color css

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

 span { border-color: rgb(51,123,241); }

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