Html Css Color HEX #1AAAEE Dodger Blue

📋 copy color: '#1AAAEE'

red 26 ◦ green 170 ◦ blue 238

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

Shades of Dodger Blue #1AAAEE

Tints of Dodger Blue #1AAAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 5.99%
G = 39.17%
B = 54.84%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1AAAEE (or 0x1AAAEE) is known color: Dodger Blue. HEX triplet: 1A, AA and EE. RGB value is (26,170,238). Sum of RGB (Red+Green+Blue) = 26+170+238=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #1AAAEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAAEE is #E55511. Grayscale: #868686. Windows color (decimal): -15029522 or 15641114. OLE color: 15641114.

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

Color convert

RGB 26 170 238 -
CMYK 0.89 0.29 0 0.07
HSL 199.25º 0.86% 0.52% -
HSV(B) 199.25º 0.89% 0.93% -
XYZ 30.23 35.14 86.08 -
YUV 134.7 186.29 50.47 -
System Red Green Blue C M Y K H S L
Decimal 26 170 238 0.89 0.29 0 0.07 199.25 0.86 0.52
Hex 1A AA EE 59 1D 0 7 C7 56 34
Octal 32 252 356 131 35 0 7 307 126 64
Binary 11010 10101010 11101110 1011001 11101 0 111 11000111 1010110 110100

Color Harmonies of #1AAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAAEE

Black with #1AAAEE

Text Example


Text Example

White with #1AAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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