#2AA3FD

Color #2AA3FD Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2AA3FD

Tints of Dodger Blue #2AA3FD

Color information

#2AA3FD (or 0x2AA3FD) is unknown color: approx Dodger Blue. HEX triplet: 2A, A3 and FD. RGB value is (42,163,253). Sum of RGB (Red+Green+Blue) = 42+163+253=458 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.17% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AA3FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA3FD is #D55C02. Grayscale: #888888. Windows color (decimal): -13982723 or 16622378. OLE color: 16622378.

HSL color Cylindrical-coordinate representation of color #2AA3FD: hue angle of 205.59º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AA3FD is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB42163253-
CMYK0.830.3600.01
HSL205.59º98.14%57.84%-
HSV(B)205.59º83.4%99.22%-
XYZ31.7833.7897.77-
YUV137.08193.4160.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.17%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 253 (99.22% from 255) = 55.24%
R=9.17%
G=35.59%
B=55.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal421632530.830.3600.01205.5998.1457.84
Hex2AA3FD532401ce623a
Octal52243375123440131614272
Binary1010101010001111111101101001110010001110011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AA3FD; }

 p { color: rgb(42,163,253); }

 H1.HeaderClassName
 {
   color: #2AA3FD;
 }
 .AnyTagClassName
 {
   color: #2AA3FD;
 }
</style>
background-color css

<style>
 a { background-color: #2AA3FD; }

 a { background-color: rgb(42,163,253); }

 div.DivClassName
 {
   background-color: #2AA3FD;
 }
 .BgClassName
 {
   background-color: #2AA3FD;
 }
</style>
border-color css

<style>
 span { border-color: #2AA3FD; }

 span { border-color: rgb(42,163,253); }

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