Html Css Color HEX #1289DD Dodger Blue

📋 copy color: '#1289DD'

red 18 ◦ green 137 ◦ blue 221

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

Shades of Dodger Blue #1289DD

Tints of Dodger Blue #1289DD

RGB

 RED value IS 18 (7.42% from 255) = 4.79%

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

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

R = 4.79%
G = 36.44%
B = 58.78%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1289DD (or 0x1289DD) is known color: Dodger Blue. HEX triplet: 12, 89 and DD. RGB value is (18,137,221). Sum of RGB (Red+Green+Blue) = 18+137+221=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #1289DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289DD is #ED7622. Grayscale: #6E6E6E. Windows color (decimal): -15562275 or 14518546. OLE color: 14518546.

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

Color convert

RGB 18 137 221 -
CMYK 0.92 0.38 0 0.13
HSL 204.83º 0.85% 0.47% -
HSV(B) 204.83º 0.92% 0.87% -
XYZ 22.25 23.24 71.72 -
YUV 111 190.08 61.67 -
System Red Green Blue C M Y K H S L
Decimal 18 137 221 0.92 0.38 0 0.13 204.83 0.85 0.47
Hex 12 89 DD 5C 26 0 D CD 55 2F
Octal 22 211 335 134 46 0 15 315 125 57
Binary 10010 10001001 11011101 1011100 100110 0 1101 11001101 1010101 101111

Color Harmonies of #1289DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289DD

Black with #1289DD

Text Example


Text Example

White with #1289DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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