#028BEA

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

Shades of Dodger Blue #028BEA

Tints of Dodger Blue #028BEA

Color information

#028BEA (or 0x028BEA) is unknown color: approx Dodger Blue. HEX triplet: 02, 8B and EA. RGB value is (2,139,234). Sum of RGB (Red+Green+Blue) = 2+139+234=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #028BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028BEA is #FD7415. Grayscale: #6C6C6C. Windows color (decimal): -16610326 or 15371010. OLE color: 15371010.

HSL color Cylindrical-coordinate representation of color #028BEA: hue angle of 204.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BEA is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2139234-
CMYK0.990.4100.08
HSL204.57º98.31%46.27%-
HSV(B)204.57º99.15%91.76%-
XYZ24.1124.4281.28-
YUV108.87198.6151.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 234 (91.80% from 255) = 62.4%
R=0.53%
G=37.07%
B=62.4%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21392340.990.4100.08204.5798.3146.27
Hex28BEA632908cd622e
Octal22133521435101031514256
Binary101000101111101010110001110100101000110011011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028BEA; }

 p { color: rgb(2,139,234); }

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

<style>
 a { background-color: #028BEA; }

 a { background-color: rgb(2,139,234); }

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

<style>
 span { border-color: #028BEA; }

 span { border-color: rgb(2,139,234); }

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