Html Css Color HEX #1289EF Dodger Blue

📋 copy color: '#1289EF'

red 18 ◦ green 137 ◦ blue 239

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

Shades of Dodger Blue #1289EF

Tints of Dodger Blue #1289EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 4.57%
G = 34.77%
B = 60.66%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1289EF (or 0x1289EF) is known color: Dodger Blue. HEX triplet: 12, 89 and EF. RGB value is (18,137,239). Sum of RGB (Red+Green+Blue) = 18+137+239=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #1289EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1289EF is #ED7610. Grayscale: #707070. Windows color (decimal): -15562257 or 15698194. OLE color: 15698194.

HSL color Cylindrical-coordinate representation of color #1289EF: hue angle of 207.69º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1289EF is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 137 239 -
CMYK 0.92 0.43 0 0.06
HSL 207.69º 0.87% 0.5% -
HSV(B) 207.69º 0.92% 0.94% -
XYZ 24.78 24.25 85.04 -
YUV 113.05 199.08 60.21 -
System Red Green Blue C M Y K H S L
Decimal 18 137 239 0.92 0.43 0 0.06 207.69 0.87 0.5
Hex 12 89 EF 5C 2B 0 6 D0 57 32
Octal 22 211 357 134 53 0 6 320 127 62
Binary 10010 10001001 11101111 1011100 101011 0 110 11010000 1010111 110010

Color Harmonies of #1289EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289EF

Black with #1289EF

Text Example


Text Example

White with #1289EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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