Html Css Color HEX #1A8AEE Dodger Blue

📋 copy color: '#1A8AEE'

red 26 ◦ green 138 ◦ blue 238

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

Shades of Dodger Blue #1A8AEE

Tints of Dodger Blue #1A8AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 6.47%
G = 34.33%
B = 59.2%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1A8AEE (or 0x1A8AEE) is known color: Dodger Blue. HEX triplet: 1A, 8A and EE. RGB value is (26,138,238). Sum of RGB (Red+Green+Blue) = 26+138+238=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A8AEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8AEE is #E57511. Grayscale: #737373. Windows color (decimal): -15037714 or 15632922. OLE color: 15632922.

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

Color convert

RGB 26 138 238 -
CMYK 0.89 0.42 0 0.07
HSL 208.3º 0.86% 0.52% -
HSV(B) 208.3º 0.89% 0.93% -
XYZ 24.95 24.57 84.32 -
YUV 115.91 196.89 63.87 -
System Red Green Blue C M Y K H S L
Decimal 26 138 238 0.89 0.42 0 0.07 208.3 0.86 0.52
Hex 1A 8A EE 59 2A 0 7 D0 56 34
Octal 32 212 356 131 52 0 7 320 126 64
Binary 11010 10001010 11101110 1011001 101010 0 111 11010000 1010110 110100

Color Harmonies of #1A8AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8AEE

Black with #1A8AEE

Text Example


Text Example

White with #1A8AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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