#2a83ec

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

Shades of Dodger Blue #2A83EC

Tints of Dodger Blue #2A83EC

Color information

#2A83EC (or 0x2A83EC) is unknown color: approx Dodger Blue. HEX triplet: 2A, 83 and EC. RGB value is (42,131,236). Sum of RGB (Red+Green+Blue) = 42+131+236=409 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.27% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A83EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A83EC is #D57C13. Grayscale: #737373. Windows color (decimal): -13990932 or 15500074. OLE color: 15500074.

HSL color Cylindrical-coordinate representation of color #2A83EC: hue angle of 212.47º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A83EC is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB42131236-
CMYK0.820.4400.07
HSL212.47º83.62%54.51%-
HSV(B)212.47º82.2%92.55%-
XYZ24.2122.7882.48-
YUV116.36195.5174.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.27%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 236 (92.58% from 255) = 57.70%
R=10.27%
G=32.03%
B=57.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal421312360.820.4400.07212.4783.6254.51
Hex2A83EC522C07d45437
Octal52203354122540732412467
Binary101010100000111110110010100101011000111110101001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a83ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,131,236); }

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

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

 a { background-color: rgb(42,131,236); }

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

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

 span { border-color: rgb(42,131,236); }

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