Html Css Color HEX #1A8DEF Dodger Blue

📋 copy color: '#1A8DEF'

red 26 ◦ green 141 ◦ blue 239

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

Shades of Dodger Blue #1A8DEF

Tints of Dodger Blue #1A8DEF

RGB

 RED value IS 26 (10.55% from 255) = 6.4%

 GREEN value IS 141 (55.47% from 255) = 34.73%

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

R = 6.4%
G = 34.73%
B = 58.87%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A8DEF (or 0x1A8DEF) is known color: Dodger Blue. HEX triplet: 1A, 8D and EF. RGB value is (26,141,239). Sum of RGB (Red+Green+Blue) = 26+141+239=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A8DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8DEF is #E57210. Grayscale: #757575. Windows color (decimal): -15036945 or 15699226. OLE color: 15699226.

HSL color Cylindrical-coordinate representation of color #1A8DEF: hue angle of 207.61º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8DEF is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 141 239 -
CMYK 0.89 0.41 0 0.06
HSL 207.61º 0.87% 0.52% -
HSV(B) 207.61º 0.89% 0.94% -
XYZ 25.53 25.5 85.24 -
YUV 117.79 196.4 62.53 -
System Red Green Blue C M Y K H S L
Decimal 26 141 239 0.89 0.41 0 0.06 207.61 0.87 0.52
Hex 1A 8D EF 59 29 0 6 D0 57 34
Octal 32 215 357 131 51 0 6 320 127 64
Binary 11010 10001101 11101111 1011001 101001 0 110 11010000 1010111 110100

Color Harmonies of #1A8DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8DEF

Black with #1A8DEF

Text Example


Text Example

White with #1A8DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A8DEF; }

 p { color: rgb(26,141,239); }

 H1.HeaderClassName
 {
   color: #1A8DEF;
 }
 .AnyTagClassName
 {
   color: #1A8DEF;
 }
</style>

background-color css

<style>
 a { background-color: #1A8DEF; }

 a { background-color: rgb(26,141,239); }

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

border-color css

<style>
 span { border-color: #1A8DEF; }

 span { border-color: rgb(26,141,239); }

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