#309EF2

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

Shades of Dodger Blue #309EF2

Tints of Dodger Blue #309EF2

Color information

#309EF2 (or 0x309EF2) is unknown color: approx Dodger Blue. HEX triplet: 30, 9E and F2. RGB value is (48,158,242). Sum of RGB (Red+Green+Blue) = 48+158+242=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #309EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309EF2 is #CF610D. Grayscale: #868686. Windows color (decimal): -13590798 or 15900208. OLE color: 15900208.

HSL color Cylindrical-coordinate representation of color #309EF2: hue angle of 205.98º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #309EF2 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48158242-
CMYK0.800.3500.05
HSL205.98º88.18%56.86%-
HSV(B)205.98º80.17%94.9%-
XYZ29.4731.4988.53-
YUV134.69188.5666.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.71%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 242 (94.92% from 255) = 54.02%
R=10.71%
G=35.27%
B=54.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal481582420.800.3500.05205.9888.1856.86
Hex309EF2502305ce5839
Octal60236362120430531613071
Binary110000100111101111001010100001000110101110011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309EF2; }

 p { color: rgb(48,158,242); }

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

<style>
 a { background-color: #309EF2; }

 a { background-color: rgb(48,158,242); }

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

<style>
 span { border-color: #309EF2; }

 span { border-color: rgb(48,158,242); }

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