Html Css Color HEX #1AAAF9 Dodger Blue

📋 copy color: '#1AAAF9'

red 26 ◦ green 170 ◦ blue 249

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

Shades of Dodger Blue #1AAAF9

Tints of Dodger Blue #1AAAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.96%

R = 5.84%
G = 38.2%
B = 55.96%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1AAAF9 (or 0x1AAAF9) is known color: Dodger Blue. HEX triplet: 1A, AA and F9. RGB value is (26,170,249). Sum of RGB (Red+Green+Blue) = 26+170+249=445 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.84% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #1AAAF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAAF9 is #E55506. Grayscale: #878787. Windows color (decimal): -15029511 or 16362010. OLE color: 16362010.

HSL color Cylindrical-coordinate representation of color #1AAAF9: hue angle of 201.26º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AAAF9 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 170 249 -
CMYK 0.90 0.32 0 0.02
HSL 201.26º 0.95% 0.54% -
HSV(B) 201.26º 0.9% 0.98% -
XYZ 31.9 35.81 94.85 -
YUV 135.95 191.79 49.58 -
System Red Green Blue C M Y K H S L
Decimal 26 170 249 0.90 0.32 0 0.02 201.26 0.95 0.54
Hex 1A AA F9 5A 20 0 2 C9 5F 36
Octal 32 252 371 132 40 0 2 311 137 66
Binary 11010 10101010 11111001 1011010 100000 0 10 11001001 1011111 110110

Color Harmonies of #1AAAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAAF9

Black with #1AAAF9

Text Example


Text Example

White with #1AAAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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