Html Css Color HEX #1AA6FF Dodger Blue

📋 copy color: '#1AA6FF'

red 26 ◦ green 166 ◦ blue 255

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

Shades of Dodger Blue #1AA6FF

Tints of Dodger Blue #1AA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.14%

 BLUE value IS 255 (100% from 255) = 57.05%

R = 5.82%
G = 37.14%
B = 57.05%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1AA6FF (or 0x1AA6FF) is known color: Dodger Blue. HEX triplet: 1A, A6 and FF. RGB value is (26,166,255). Sum of RGB (Red+Green+Blue) = 26+166+255=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AA6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA6FF is #E55900. Grayscale: #858585. Windows color (decimal): -15030529 or 16754202. OLE color: 16754202.

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

Color convert

RGB 26 166 255 -
CMYK 0.90 0.35 0 0
HSL 203.32º 1% 0.55% -
HSV(B) 203.32º 0.9% 1% -
XYZ 32.11 34.71 99.62 -
YUV 134.29 196.12 50.76 -
System Red Green Blue C M Y K H S L
Decimal 26 166 255 0.90 0.35 0 0 203.32 1 0.55
Hex 1A A6 FF 5A 23 0 0 CB 64 37
Octal 32 246 377 132 43 0 0 313 144 67
Binary 11010 10100110 11111111 1011010 100011 0 0 11001011 1100100 110111

Color Harmonies of #1AA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA6FF

Black with #1AA6FF

Text Example


Text Example

White with #1AA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,255); }

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

background-color css

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

 a { background-color: rgb(26,166,255); }

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

border-color css

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

 span { border-color: rgb(26,166,255); }

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