#3389F1

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

Shades of Dodger Blue #3389F1

Tints of Dodger Blue #3389F1

Color information

#3389F1 (or 0x3389F1) is unknown color: approx Dodger Blue. HEX triplet: 33, 89 and F1. RGB value is (51,137,241). Sum of RGB (Red+Green+Blue) = 51+137+241=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #3389F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3389F1 is #CC760E. Grayscale: #7A7A7A. Windows color (decimal): -13399567 or 15829299. OLE color: 15829299.

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

Color convert

RGB51137241-
CMYK0.790.4300.05
HSL212.84º87.16%57.25%-
HSV(B)212.84º78.84%94.51%-
XYZ26.1924.9586.65-
YUV123.14194.5176.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.89%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=11.89%
G=31.93%
B=56.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal511372410.790.4300.05212.8487.1657.25
Hex3389F14F2B05d55739
Octal63211361117530532512771
Binary110011100010011111000110011111010110101110101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3389F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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