#3390F4

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

Shades of Dodger Blue #3390F4

Tints of Dodger Blue #3390F4

Color information

#3390F4 (or 0x3390F4) is unknown color: approx Dodger Blue. HEX triplet: 33, 90 and F4. RGB value is (51,144,244). Sum of RGB (Red+Green+Blue) = 51+144+244=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #3390F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3390F4 is #CC6F0B. Grayscale: #7F7F7F. Windows color (decimal): -13397772 or 16027699. OLE color: 16027699.

HSL color Cylindrical-coordinate representation of color #3390F4: hue angle of 211.09º degrees, saturation: 0.9, 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 #3390F4 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB51144244-
CMYK0.790.4100.04
HSL211.09º89.77%57.84%-
HSV(B)211.09º79.1%95.69%-
XYZ27.6727.1889.38-
YUV127.59193.6973.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.62%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 244 (95.70% from 255) = 55.58%
R=11.62%
G=32.80%
B=55.58%

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
Decimal511442440.790.4100.04211.0989.7757.84
Hex3390F44F2904d35a3a
Octal63220364117510432313272
Binary110011100100001111010010011111010010100110100111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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