Html Css Color HEX #1089DD Dodger Blue

📋 copy color: '#1089DD'

red 16 ◦ green 137 ◦ blue 221

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

Shades of Dodger Blue #1089DD

Tints of Dodger Blue #1089DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.09%

R = 4.28%
G = 36.63%
B = 59.09%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1089DD (or 0x1089DD) is known color: Dodger Blue. HEX triplet: 10, 89 and DD. RGB value is (16,137,221). Sum of RGB (Red+Green+Blue) = 16+137+221=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #1089DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1089DD is #EF7622. Grayscale: #6D6D6D. Windows color (decimal): -15693347 or 14518544. OLE color: 14518544.

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

Color convert

RGB 16 137 221 -
CMYK 0.93 0.38 0 0.13
HSL 204.59º 0.86% 0.46% -
HSV(B) 204.59º 0.93% 0.87% -
XYZ 22.21 23.22 71.72 -
YUV 110.4 190.41 60.67 -
System Red Green Blue C M Y K H S L
Decimal 16 137 221 0.93 0.38 0 0.13 204.59 0.86 0.46
Hex 10 89 DD 5D 26 0 D CD 56 2E
Octal 20 211 335 135 46 0 15 315 126 56
Binary 10000 10001001 11011101 1011101 100110 0 1101 11001101 1010110 101110

Color Harmonies of #1089DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1089DD

Black with #1089DD

Text Example


Text Example

White with #1089DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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