Html Css Color HEX #1289DE Dodger Blue

📋 copy color: '#1289DE'

red 18 ◦ green 137 ◦ blue 222

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

Shades of Dodger Blue #1289DE

Tints of Dodger Blue #1289DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 4.77%
G = 36.34%
B = 58.89%

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

#1289DE (or 0x1289DE) is known color: Dodger Blue. HEX triplet: 12, 89 and DE. RGB value is (18,137,222). Sum of RGB (Red+Green+Blue) = 18+137+222=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #1289DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289DE is #ED7621. Grayscale: #6E6E6E. Windows color (decimal): -15562274 or 14584082. OLE color: 14584082.

HSL color Cylindrical-coordinate representation of color #1289DE: hue angle of 205º 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 #1289DE is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 137 222 -
CMYK 0.92 0.38 0 0.13
HSL 205º 0.85% 0.47% -
HSV(B) 205º 0.92% 0.87% -
XYZ 22.38 23.29 72.42 -
YUV 111.11 190.58 61.59 -
System Red Green Blue C M Y K H S L
Decimal 18 137 222 0.92 0.38 0 0.13 205 0.85 0.47
Hex 12 89 DE 5C 26 0 D CD 55 2F
Octal 22 211 336 134 46 0 15 315 125 57
Binary 10010 10001001 11011110 1011100 100110 0 1101 11001101 1010101 101111

Color Harmonies of #1289DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289DE

Black with #1289DE

Text Example


Text Example

White with #1289DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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