#3293F2

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

Shades of Dodger Blue #3293F2

Tints of Dodger Blue #3293F2

Color information

#3293F2 (or 0x3293F2) is unknown color: approx Dodger Blue. HEX triplet: 32, 93 and F2. RGB value is (50,147,242). Sum of RGB (Red+Green+Blue) = 50+147+242=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #3293F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3293F2 is #CD6C0D. Grayscale: #808080. Windows color (decimal): -13462542 or 15897394. OLE color: 15897394.

HSL color Cylindrical-coordinate representation of color #3293F2: hue angle of 209.69º degrees, saturation: 0.88, 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 #3293F2 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB50147242-
CMYK0.790.3900.05
HSL209.69º88.07%57.25%-
HSV(B)209.69º79.34%94.9%-
XYZ27.7827.9687.94-
YUV128.83191.8671.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.39%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 242 (94.92% from 255) = 55.13%
R=11.39%
G=33.49%
B=55.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal501472420.790.3900.05209.6988.0757.25
Hex3293F24F2705d25839
Octal62223362117470532213071
Binary110010100100111111001010011111001110101110100101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3293F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3293F2; }

 p { color: rgb(50,147,242); }

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

<style>
 a { background-color: #3293F2; }

 a { background-color: rgb(50,147,242); }

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

<style>
 span { border-color: #3293F2; }

 span { border-color: rgb(50,147,242); }

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