Html Css Color HEX #1AA0F9 Dodger Blue

📋 copy color: '#1AA0F9'

red 26 ◦ green 160 ◦ blue 249

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

Shades of Dodger Blue #1AA0F9

Tints of Dodger Blue #1AA0F9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

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

R = 5.98%
G = 36.78%
B = 57.24%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1AA0F9 (or 0x1AA0F9) is known color: Dodger Blue. HEX triplet: 1A, A0 and F9. RGB value is (26,160,249). Sum of RGB (Red+Green+Blue) = 26+160+249=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #1AA0F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA0F9 is #E55F06. Grayscale: #818181. Windows color (decimal): -15032071 or 16359450. OLE color: 16359450.

HSL color Cylindrical-coordinate representation of color #1AA0F9: hue angle of 203.95º 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 #1AA0F9 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 160 249 -
CMYK 0.90 0.36 0 0.02
HSL 203.95º 0.95% 0.54% -
HSV(B) 203.95º 0.9% 0.98% -
XYZ 30.1 32.2 94.25 -
YUV 130.08 195.11 53.76 -
System Red Green Blue C M Y K H S L
Decimal 26 160 249 0.90 0.36 0 0.02 203.95 0.95 0.54
Hex 1A A0 F9 5A 24 0 2 CC 5F 36
Octal 32 240 371 132 44 0 2 314 137 66
Binary 11010 10100000 11111001 1011010 100100 0 10 11001100 1011111 110110

Color Harmonies of #1AA0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA0F9

Black with #1AA0F9

Text Example


Text Example

White with #1AA0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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