#1088FF

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

Shades of Dodger Blue #1088FF

Tints of Dodger Blue #1088FF

Color information

#1088FF (or 0x1088FF) is unknown color: approx Dodger Blue. HEX triplet: 10, 88 and FF. RGB value is (16,136,255). Sum of RGB (Red+Green+Blue) = 16+136+255=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #1088FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1088FF is #EF7700. Grayscale: #717171. Windows color (decimal): -15693569 or 16746512. OLE color: 16746512.

HSL color Cylindrical-coordinate representation of color #1088FF: hue angle of 209.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1088FF is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16136255-
CMYK0.940.4700
HSL209.87º100%53.14%-
HSV(B)209.87º93.73%100%-
XYZ27.0724.9497.99-
YUV113.69207.7458.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.93%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 255 (100% from 255) = 62.65%
R=3.93%
G=33.42%
B=62.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal161362550.940.4700209.8710053.14
Hex1088FF5E2F00d26435
Octal20210377136570032214465
Binary100001000100011111111101111010111100110100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1088FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1088FF; }

 p { color: rgb(16,136,255); }

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

<style>
 a { background-color: #1088FF; }

 a { background-color: rgb(16,136,255); }

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

<style>
 span { border-color: #1088FF; }

 span { border-color: rgb(16,136,255); }

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