Html Css Color HEX #1A8EDE Dodger Blue

📋 copy color: '#1A8EDE'

red 26 ◦ green 142 ◦ blue 222

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

Shades of Dodger Blue #1A8EDE

Tints of Dodger Blue #1A8EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.41%

 BLUE value IS 222 (87.11% from 255) = 56.92%

R = 6.67%
G = 36.41%
B = 56.92%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A8EDE (or 0x1A8EDE) is known color: Dodger Blue. HEX triplet: 1A, 8E and DE. RGB value is (26,142,222). Sum of RGB (Red+Green+Blue) = 26+142+222=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A8EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8EDE is #E57121. Grayscale: #747474. Windows color (decimal): -15036706 or 14585370. OLE color: 14585370.

HSL color Cylindrical-coordinate representation of color #1A8EDE: hue angle of 204.49º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A8EDE is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 142 222 -
CMYK 0.88 0.36 0 0.13
HSL 204.49º 0.79% 0.49% -
HSV(B) 204.49º 0.88% 0.87% -
XYZ 23.28 24.84 72.67 -
YUV 116.44 187.57 63.5 -
System Red Green Blue C M Y K H S L
Decimal 26 142 222 0.88 0.36 0 0.13 204.49 0.79 0.49
Hex 1A 8E DE 58 24 0 D CC 4F 31
Octal 32 216 336 130 44 0 15 314 117 61
Binary 11010 10001110 11011110 1011000 100100 0 1101 11001100 1001111 110001

Color Harmonies of #1A8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8EDE

Black with #1A8EDE

Text Example


Text Example

White with #1A8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,142,222); }

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

background-color css

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

 a { background-color: rgb(26,142,222); }

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

border-color css

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

 span { border-color: rgb(26,142,222); }

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