Html Css Color HEX #1088DF Dodger Blue

📋 copy color: '#1088DF'

red 16 ◦ green 136 ◦ blue 223

#1088DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1088DF

Tints of Dodger Blue #1088DF

RGB

 RED value IS 16 (6.64% from 255) = 4.27%

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 4.27%
G = 36.27%
B = 59.47%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1088DF (or 0x1088DF) is known color: Dodger Blue. HEX triplet: 10, 88 and DF. RGB value is (16,136,223). Sum of RGB (Red+Green+Blue) = 16+136+223=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #1088DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1088DF is #EF7720. Grayscale: #6D6D6D. Windows color (decimal): -15693601 or 14649360. OLE color: 14649360.

HSL color Cylindrical-coordinate representation of color #1088DF: hue angle of 205.22º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1088DF is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 136 223 -
CMYK 0.93 0.39 0 0.13
HSL 205.22º 0.87% 0.47% -
HSV(B) 205.22º 0.93% 0.87% -
XYZ 22.34 23.05 73.08 -
YUV 110.04 191.74 60.93 -
System Red Green Blue C M Y K H S L
Decimal 16 136 223 0.93 0.39 0 0.13 205.22 0.87 0.47
Hex 10 88 DF 5D 27 0 D CD 57 2F
Octal 20 210 337 135 47 0 15 315 127 57
Binary 10000 10001000 11011111 1011101 100111 0 1101 11001101 1010111 101111

Color Harmonies of #1088DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1088DF

Black with #1088DF

Text Example


Text Example

White with #1088DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1088DF;
 }
 .AnyTagClassName
 {
   color: #1088DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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