Html Css Color HEX #1AAAFD Dodger Blue

📋 copy color: '#1AAAFD'

red 26 ◦ green 170 ◦ blue 253

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

Shades of Dodger Blue #1AAAFD

Tints of Dodger Blue #1AAAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 5.79%
G = 37.86%
B = 56.35%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1AAAFD (or 0x1AAAFD) is known color: Dodger Blue. HEX triplet: 1A, AA and FD. RGB value is (26,170,253). Sum of RGB (Red+Green+Blue) = 26+170+253=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AAAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAAFD is #E55502. Grayscale: #878787. Windows color (decimal): -15029507 or 16624154. OLE color: 16624154.

HSL color Cylindrical-coordinate representation of color #1AAAFD: hue angle of 201.94º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AAAFD is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 170 253 -
CMYK 0.90 0.33 0 0.01
HSL 201.94º 0.98% 0.55% -
HSV(B) 201.94º 0.9% 0.99% -
XYZ 32.53 36.06 98.17 -
YUV 136.41 193.79 49.25 -
System Red Green Blue C M Y K H S L
Decimal 26 170 253 0.90 0.33 0 0.01 201.94 0.98 0.55
Hex 1A AA FD 5A 21 0 1 CA 62 37
Octal 32 252 375 132 41 0 1 312 142 67
Binary 11010 10101010 11111101 1011010 100001 0 1 11001010 1100010 110111

Color Harmonies of #1AAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAAFD

Black with #1AAAFD

Text Example


Text Example

White with #1AAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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