Html Css Color HEX #1289DC Dodger Blue

📋 copy color: '#1289DC'

red 18 ◦ green 137 ◦ blue 220

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

Shades of Dodger Blue #1289DC

Tints of Dodger Blue #1289DC

RGB

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

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

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

R = 4.8%
G = 36.53%
B = 58.67%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1289DC (or 0x1289DC) is known color: Dodger Blue. HEX triplet: 12, 89 and DC. RGB value is (18,137,220). Sum of RGB (Red+Green+Blue) = 18+137+220=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #1289DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289DC is #ED7623. Grayscale: #6E6E6E. Windows color (decimal): -15562276 or 14453010. OLE color: 14453010.

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

Color convert

RGB 18 137 220 -
CMYK 0.92 0.38 0 0.14
HSL 204.65º 0.85% 0.47% -
HSV(B) 204.65º 0.92% 0.86% -
XYZ 22.11 23.19 71.02 -
YUV 110.88 189.58 61.75 -
System Red Green Blue C M Y K H S L
Decimal 18 137 220 0.92 0.38 0 0.14 204.65 0.85 0.47
Hex 12 89 DC 5C 26 0 E CD 55 2F
Octal 22 211 334 134 46 0 16 315 125 57
Binary 10010 10001001 11011100 1011100 100110 0 1110 11001101 1010101 101111

Color Harmonies of #1289DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289DC

Black with #1289DC

Text Example


Text Example

White with #1289DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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