Html Css Color HEX #1289EC Dodger Blue

📋 copy color: '#1289EC'

red 18 ◦ green 137 ◦ blue 236

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

Shades of Dodger Blue #1289EC

Tints of Dodger Blue #1289EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.36%

R = 4.6%
G = 35.04%
B = 60.36%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1289EC (or 0x1289EC) is known color: Dodger Blue. HEX triplet: 12, 89 and EC. RGB value is (18,137,236). Sum of RGB (Red+Green+Blue) = 18+137+236=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #1289EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1289EC is #ED7613. Grayscale: #707070. Windows color (decimal): -15562260 or 15501586. OLE color: 15501586.

HSL color Cylindrical-coordinate representation of color #1289EC: hue angle of 207.25º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1289EC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 137 236 -
CMYK 0.92 0.42 0 0.07
HSL 207.25º 0.86% 0.5% -
HSV(B) 207.25º 0.92% 0.93% -
XYZ 24.34 24.08 82.72 -
YUV 112.71 197.58 60.45 -
System Red Green Blue C M Y K H S L
Decimal 18 137 236 0.92 0.42 0 0.07 207.25 0.86 0.5
Hex 12 89 EC 5C 2A 0 7 CF 56 32
Octal 22 211 354 134 52 0 7 317 126 62
Binary 10010 10001001 11101100 1011100 101010 0 111 11001111 1010110 110010

Color Harmonies of #1289EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289EC

Black with #1289EC

Text Example


Text Example

White with #1289EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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