#3088EE

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

Shades of Dodger Blue #3088EE

Tints of Dodger Blue #3088EE

Color information

#3088EE (or 0x3088EE) is unknown color: approx Dodger Blue. HEX triplet: 30, 88 and EE. RGB value is (48,136,238). Sum of RGB (Red+Green+Blue) = 48+136+238=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #3088EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3088EE is #CF7711. Grayscale: #787878. Windows color (decimal): -13596434 or 15632432. OLE color: 15632432.

HSL color Cylindrical-coordinate representation of color #3088EE: hue angle of 212.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3088EE is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB48136238-
CMYK0.800.4300.07
HSL212.21º84.82%56.08%-
HSV(B)212.21º79.83%93.33%-
XYZ25.4624.4184.26-
YUV121.32193.8575.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.37%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=11.37%
G=32.23%
B=56.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal481362380.800.4300.07212.2184.8256.08
Hex3088EE502B07d45538
Octal60210356120530732412570
Binary110000100010001110111010100001010110111110101001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3088EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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