#3390F5

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

Shades of Dodger Blue #3390F5

Tints of Dodger Blue #3390F5

Color information

#3390F5 (or 0x3390F5) is unknown color: approx Dodger Blue. HEX triplet: 33, 90 and F5. RGB value is (51,144,245). Sum of RGB (Red+Green+Blue) = 51+144+245=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #3390F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3390F5 is #CC6F0A. Grayscale: #7F7F7F. Windows color (decimal): -13397771 or 16093235. OLE color: 16093235.

HSL color Cylindrical-coordinate representation of color #3390F5: hue angle of 211.24º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3390F5 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB51144245-
CMYK0.790.4100.04
HSL211.24º90.65%58.04%-
HSV(B)211.24º79.18%96.08%-
XYZ27.8227.2490.18-
YUV127.71194.1973.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.59%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 245 (96.09% from 255) = 55.68%
R=11.59%
G=32.73%
B=55.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal511442450.790.4100.04211.2490.6558.04
Hex3390F54F2904d35b3a
Octal63220365117510432313372
Binary110011100100001111010110011111010010100110100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3390F5; }

 p { color: rgb(51,144,245); }

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

<style>
 a { background-color: #3390F5; }

 a { background-color: rgb(51,144,245); }

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

<style>
 span { border-color: #3390F5; }

 span { border-color: rgb(51,144,245); }

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