Html Css Color HEX #1286DB Dodger Blue

📋 copy color: '#1286DB'

red 18 ◦ green 134 ◦ blue 219

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

Shades of Dodger Blue #1286DB

Tints of Dodger Blue #1286DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 4.85%
G = 36.12%
B = 59.03%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1286DB (or 0x1286DB) is known color: Dodger Blue. HEX triplet: 12, 86 and DB. RGB value is (18,134,219). Sum of RGB (Red+Green+Blue) = 18+134+219=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #1286DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1286DB is #ED7924. Grayscale: #6C6C6C. Windows color (decimal): -15563045 or 14386706. OLE color: 14386706.

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

Color convert

RGB 18 134 219 -
CMYK 0.92 0.39 0 0.14
HSL 205.37º 0.85% 0.46% -
HSV(B) 205.37º 0.92% 0.86% -
XYZ 21.56 22.29 70.18 -
YUV 109.01 190.07 63.09 -
System Red Green Blue C M Y K H S L
Decimal 18 134 219 0.92 0.39 0 0.14 205.37 0.85 0.46
Hex 12 86 DB 5C 27 0 E CD 55 2E
Octal 22 206 333 134 47 0 16 315 125 56
Binary 10010 10000110 11011011 1011100 100111 0 1110 11001101 1010101 101110

Color Harmonies of #1286DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1286DB

Black with #1286DB

Text Example


Text Example

White with #1286DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1286DB; }

 p { color: rgb(18,134,219); }

 H1.HeaderClassName
 {
   color: #1286DB;
 }
 .AnyTagClassName
 {
   color: #1286DB;
 }
</style>

background-color css

<style>
 a { background-color: #1286DB; }

 a { background-color: rgb(18,134,219); }

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

border-color css

<style>
 span { border-color: #1286DB; }

 span { border-color: rgb(18,134,219); }

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