#2AA2FD

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

Shades of Dodger Blue #2AA2FD

Tints of Dodger Blue #2AA2FD

Color information

#2AA2FD (or 0x2AA2FD) is unknown color: approx Dodger Blue. HEX triplet: 2A, A2 and FD. RGB value is (42,162,253). Sum of RGB (Red+Green+Blue) = 42+162+253=457 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.19% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AA2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA2FD is #D55D02. Grayscale: #888888. Windows color (decimal): -13982979 or 16622122. OLE color: 16622122.

HSL color Cylindrical-coordinate representation of color #2AA2FD: hue angle of 205.88º 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 #2AA2FD is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB42162253-
CMYK0.830.3600.01
HSL205.88º98.14%57.84%-
HSV(B)205.88º83.4%99.22%-
XYZ31.633.4297.71-
YUV136.49193.7460.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.19%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 253 (99.22% from 255) = 55.36%
R=9.19%
G=35.45%
B=55.36%

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
Decimal421622530.830.3600.01205.8898.1457.84
Hex2AA2FD532401ce623a
Octal52242375123440131614272
Binary1010101010001011111101101001110010001110011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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