Html Css Color HEX #1088EA Dodger Blue

📋 copy color: '#1088EA'

red 16 ◦ green 136 ◦ blue 234

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

Shades of Dodger Blue #1088EA

Tints of Dodger Blue #1088EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.62%

R = 4.15%
G = 35.23%
B = 60.62%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1088EA (or 0x1088EA) is known color: Dodger Blue. HEX triplet: 10, 88 and EA. RGB value is (16,136,234). Sum of RGB (Red+Green+Blue) = 16+136+234=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #1088EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1088EA is #EF7715. Grayscale: #6E6E6E. Windows color (decimal): -15693590 or 15370256. OLE color: 15370256.

HSL color Cylindrical-coordinate representation of color #1088EA: hue angle of 206.97º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1088EA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 136 234 -
CMYK 0.93 0.42 0 0.08
HSL 206.97º 0.87% 0.49% -
HSV(B) 206.97º 0.93% 0.92% -
XYZ 23.87 23.66 81.15 -
YUV 111.29 197.24 60.03 -
System Red Green Blue C M Y K H S L
Decimal 16 136 234 0.93 0.42 0 0.08 206.97 0.87 0.49
Hex 10 88 EA 5D 2A 0 8 CF 57 31
Octal 20 210 352 135 52 0 10 317 127 61
Binary 10000 10001000 11101010 1011101 101010 0 1000 11001111 1010111 110001

Color Harmonies of #1088EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1088EA

Black with #1088EA

Text Example


Text Example

White with #1088EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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