Html Css Color HEX #1A8AEF Dodger Blue

📋 copy color: '#1A8AEF'

red 26 ◦ green 138 ◦ blue 239

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

Shades of Dodger Blue #1A8AEF

Tints of Dodger Blue #1A8AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

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

R = 6.45%
G = 34.24%
B = 59.31%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A8AEF (or 0x1A8AEF) is known color: Dodger Blue. HEX triplet: 1A, 8A and EF. RGB value is (26,138,239). Sum of RGB (Red+Green+Blue) = 26+138+239=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A8AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8AEF is #E57510. Grayscale: #737373. Windows color (decimal): -15037713 or 15698458. OLE color: 15698458.

HSL color Cylindrical-coordinate representation of color #1A8AEF: hue angle of 208.45º 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 #1A8AEF is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 138 239 -
CMYK 0.89 0.42 0 0.06
HSL 208.45º 0.87% 0.52% -
HSV(B) 208.45º 0.89% 0.94% -
XYZ 25.09 24.63 85.09 -
YUV 116.03 197.39 63.79 -
System Red Green Blue C M Y K H S L
Decimal 26 138 239 0.89 0.42 0 0.06 208.45 0.87 0.52
Hex 1A 8A EF 59 2A 0 6 D0 57 34
Octal 32 212 357 131 52 0 6 320 127 64
Binary 11010 10001010 11101111 1011001 101010 0 110 11010000 1010111 110100

Color Harmonies of #1A8AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8AEF

Black with #1A8AEF

Text Example


Text Example

White with #1A8AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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