Html Css Color HEX #1A9EEC Dodger Blue

📋 copy color: '#1A9EEC'

red 26 ◦ green 158 ◦ blue 236

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

Shades of Dodger Blue #1A9EEC

Tints of Dodger Blue #1A9EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.62%

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

R = 6.19%
G = 37.62%
B = 56.19%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1A9EEC (or 0x1A9EEC) is known color: Dodger Blue. HEX triplet: 1A, 9E and EC. RGB value is (26,158,236). Sum of RGB (Red+Green+Blue) = 26+158+236=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #1A9EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9EEC is #E56113. Grayscale: #7E7E7E. Windows color (decimal): -15032596 or 15506970. OLE color: 15506970.

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

Color convert

RGB 26 158 236 -
CMYK 0.89 0.33 0 0.07
HSL 202.29º 0.85% 0.51% -
HSV(B) 202.29º 0.89% 0.93% -
XYZ 27.79 30.73 83.82 -
YUV 127.42 189.27 55.66 -
System Red Green Blue C M Y K H S L
Decimal 26 158 236 0.89 0.33 0 0.07 202.29 0.85 0.51
Hex 1A 9E EC 59 21 0 7 CA 55 33
Octal 32 236 354 131 41 0 7 312 125 63
Binary 11010 10011110 11101100 1011001 100001 0 111 11001010 1010101 110011

Color Harmonies of #1A9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9EEC

Black with #1A9EEC

Text Example


Text Example

White with #1A9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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