#2A8BE9

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

Shades of Dodger Blue #2A8BE9

Tints of Dodger Blue #2A8BE9

Color information

#2A8BE9 (or 0x2A8BE9) is unknown color: approx Dodger Blue. HEX triplet: 2A, 8B and E9. RGB value is (42,139,233). Sum of RGB (Red+Green+Blue) = 42+139+233=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #2A8BE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8BE9 is #D57416. Grayscale: #787878. Windows color (decimal): -13988887 or 15305514. OLE color: 15305514.

HSL color Cylindrical-coordinate representation of color #2A8BE9: hue angle of 209.53º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A8BE9 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB42139233-
CMYK0.820.4000.09
HSL209.53º81.28%53.92%-
HSV(B)209.53º81.97%91.37%-
XYZ24.924.8480.57-
YUV120.71191.3671.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.14%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 233 (91.41% from 255) = 56.28%
R=10.14%
G=33.57%
B=56.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal421392330.820.4000.09209.5381.2853.92
Hex2A8BE9522809d25136
Octal522133511225001132212166
Binary1010101000101111101001101001010100001001110100101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,139,233); }

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

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

 a { background-color: rgb(42,139,233); }

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

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

 span { border-color: rgb(42,139,233); }

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