Html Css Color HEX #1A8FEC Dodger Blue

📋 copy color: '#1A8FEC'

red 26 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #1A8FEC

Tints of Dodger Blue #1A8FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

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

R = 6.42%
G = 35.31%
B = 58.27%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1A8FEC (or 0x1A8FEC) is known color: Dodger Blue. HEX triplet: 1A, 8F and EC. RGB value is (26,143,236). Sum of RGB (Red+Green+Blue) = 26+143+236=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #1A8FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8FEC is #E57013. Grayscale: #767676. Windows color (decimal): -15036436 or 15503130. OLE color: 15503130.

HSL color Cylindrical-coordinate representation of color #1A8FEC: hue angle of 206.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8FEC is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 143 236 -
CMYK 0.89 0.39 0 0.07
HSL 206.57º 0.85% 0.51% -
HSV(B) 206.57º 0.89% 0.93% -
XYZ 25.39 25.92 83.02 -
YUV 118.62 194.24 61.94 -
System Red Green Blue C M Y K H S L
Decimal 26 143 236 0.89 0.39 0 0.07 206.57 0.85 0.51
Hex 1A 8F EC 59 27 0 7 CF 55 33
Octal 32 217 354 131 47 0 7 317 125 63
Binary 11010 10001111 11101100 1011001 100111 0 111 11001111 1010101 110011

Color Harmonies of #1A8FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8FEC

Black with #1A8FEC

Text Example


Text Example

White with #1A8FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,143,236); }

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

background-color css

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

 a { background-color: rgb(26,143,236); }

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

border-color css

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

 span { border-color: rgb(26,143,236); }

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