#3089F6

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

Shades of Dodger Blue #3089F6

Tints of Dodger Blue #3089F6

Color information

#3089F6 (or 0x3089F6) is unknown color: approx Dodger Blue. HEX triplet: 30, 89 and F6. RGB value is (48,137,246). Sum of RGB (Red+Green+Blue) = 48+137+246=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #3089F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3089F6 is #CF7609. Grayscale: #7A7A7A. Windows color (decimal): -13596170 or 16156976. OLE color: 16156976.

HSL color Cylindrical-coordinate representation of color #3089F6: hue angle of 213.03º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3089F6 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB48137246-
CMYK0.800.4400.04
HSL213.03º91.67%57.65%-
HSV(B)213.03º80.49%96.47%-
XYZ26.825.1790.64-
YUV122.82197.5174.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.14%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 246 (96.48% from 255) = 57.08%
R=11.14%
G=31.79%
B=57.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal481372460.800.4400.04213.0391.6757.65
Hex3089F6502C04d55c3a
Octal60211366120540432513472
Binary110000100010011111011010100001011000100110101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3089F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3089F6; }

 p { color: rgb(48,137,246); }

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

<style>
 a { background-color: #3089F6; }

 a { background-color: rgb(48,137,246); }

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

<style>
 span { border-color: #3089F6; }

 span { border-color: rgb(48,137,246); }

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