#0290EF

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

Shades of Dodger Blue #0290EF

Tints of Dodger Blue #0290EF

Color information

#0290EF (or 0x0290EF) is unknown color: approx Dodger Blue. HEX triplet: 02, 90 and EF. RGB value is (2,144,239). Sum of RGB (Red+Green+Blue) = 2+144+239=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #0290EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0290EF is #FD6F10. Grayscale: #6F6F6F. Windows color (decimal): -16609041 or 15699970. OLE color: 15699970.

HSL color Cylindrical-coordinate representation of color #0290EF: hue angle of 204.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0290EF is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2144239-
CMYK0.990.4000.06
HSL204.05º98.34%47.25%-
HSV(B)204.05º99.16%93.73%-
XYZ25.5826.1985.37-
YUV112.37199.4649.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 239 (93.75% from 255) = 62.08%
R=0.52%
G=37.40%
B=62.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal21442390.990.4000.06204.0598.3447.25
Hex290EF632806cc622f
Octal2220357143500631414257
Binary10100100001110111111000111010000110110011001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0290EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0290EF; }

 p { color: rgb(2,144,239); }

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

<style>
 a { background-color: #0290EF; }

 a { background-color: rgb(2,144,239); }

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

<style>
 span { border-color: #0290EF; }

 span { border-color: rgb(2,144,239); }

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