#3088DD

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

Shades of Dodger Blue #3088DD

Tints of Dodger Blue #3088DD

Color information

#3088DD (or 0x3088DD) is unknown color: approx Dodger Blue. HEX triplet: 30, 88 and DD. RGB value is (48,136,221). Sum of RGB (Red+Green+Blue) = 48+136+221=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #3088DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088DD is #CF7722. Grayscale: #767676. Windows color (decimal): -13596451 or 14518320. OLE color: 14518320.

HSL color Cylindrical-coordinate representation of color #3088DD: hue angle of 209.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3088DD is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB48136221-
CMYK0.780.3800.13
HSL209.48º71.78%52.75%-
HSV(B)209.48º78.28%86.67%-
XYZ23.0723.4671.72-
YUV119.38185.3577.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.85%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 221 (86.72% from 255) = 54.57%
R=11.85%
G=33.58%
B=54.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal481362210.780.3800.13209.4871.7852.75
Hex3088DD4E260Dd14835
Octal602103351164601532111065
Binary1100001000100011011101100111010011001101110100011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3088DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3088DD; }

 p { color: rgb(48,136,221); }

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

<style>
 a { background-color: #3088DD; }

 a { background-color: rgb(48,136,221); }

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

<style>
 span { border-color: #3088DD; }

 span { border-color: rgb(48,136,221); }

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