#3391F1

Color #3391F1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3391F1

Tints of Dodger Blue #3391F1

Color information

#3391F1 (or 0x3391F1) is unknown color: approx Dodger Blue. HEX triplet: 33, 91 and F1. RGB value is (51,145,241). Sum of RGB (Red+Green+Blue) = 51+145+241=437 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.67% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #3391F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3391F1 is #CC6E0E. Grayscale: #7F7F7F. Windows color (decimal): -13397519 or 15831347. OLE color: 15831347.

HSL color Cylindrical-coordinate representation of color #3391F1: hue angle of 210.32º 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 #3391F1 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB51145241-
CMYK0.790.4000.05
HSL210.32º87.16%57.25%-
HSV(B)210.32º78.84%94.51%-
XYZ27.3727.3187.05-
YUV127.84191.8673.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.67%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 241 (94.53% from 255) = 55.15%
R=11.67%
G=33.18%
B=55.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal511452410.790.4000.05210.3287.1657.25
Hex3391F14F2805d25739
Octal63221361117500532212771
Binary110011100100011111000110011111010000101110100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3391F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3391F1; }

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

 H1.HeaderClassName
 {
   color: #3391F1;
 }
 .AnyTagClassName
 {
   color: #3391F1;
 }
</style>
background-color css

<style>
 a { background-color: #3391F1; }

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

 div.DivClassName
 {
   background-color: #3391F1;
 }
 .BgClassName
 {
   background-color: #3391F1;
 }
</style>
border-color css

<style>
 span { border-color: #3391F1; }

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

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