Html Css Color HEX #1089DC Dodger Blue

📋 copy color: '#1089DC'

red 16 ◦ green 137 ◦ blue 220

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

Shades of Dodger Blue #1089DC

Tints of Dodger Blue #1089DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 4.29%
G = 36.73%
B = 58.98%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1089DC (or 0x1089DC) is known color: Dodger Blue. HEX triplet: 10, 89 and DC. RGB value is (16,137,220). Sum of RGB (Red+Green+Blue) = 16+137+220=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #1089DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1089DC is #EF7623. Grayscale: #6D6D6D. Windows color (decimal): -15693348 or 14453008. OLE color: 14453008.

HSL color Cylindrical-coordinate representation of color #1089DC: hue angle of 204.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1089DC is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 137 220 -
CMYK 0.93 0.38 0 0.14
HSL 204.41º 0.86% 0.46% -
HSV(B) 204.41º 0.93% 0.86% -
XYZ 22.08 23.17 71.02 -
YUV 110.28 189.91 60.75 -
System Red Green Blue C M Y K H S L
Decimal 16 137 220 0.93 0.38 0 0.14 204.41 0.86 0.46
Hex 10 89 DC 5D 26 0 E CC 56 2E
Octal 20 211 334 135 46 0 16 314 126 56
Binary 10000 10001001 11011100 1011101 100110 0 1110 11001100 1010110 101110

Color Harmonies of #1089DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1089DC

Black with #1089DC

Text Example


Text Example

White with #1089DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1089DC; }

 p { color: rgb(16,137,220); }

 H1.HeaderClassName
 {
   color: #1089DC;
 }
 .AnyTagClassName
 {
   color: #1089DC;
 }
</style>

background-color css

<style>
 a { background-color: #1089DC; }

 a { background-color: rgb(16,137,220); }

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

border-color css

<style>
 span { border-color: #1089DC; }

 span { border-color: rgb(16,137,220); }

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