#0890F2

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

Shades of Dodger Blue #0890F2

Tints of Dodger Blue #0890F2

Color information

#0890F2 (or 0x0890F2) is unknown color: approx Dodger Blue. HEX triplet: 08, 90 and F2. RGB value is (8,144,242). Sum of RGB (Red+Green+Blue) = 8+144+242=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 242 (94.92% from 255 or 61.42% from 394); Max value from RGB is 242 - color contains mainly: blue. Hex color #0890F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0890F2 is #F76F0D. Grayscale: #717171. Windows color (decimal): -16215822 or 15896584. OLE color: 15896584.

HSL color Cylindrical-coordinate representation of color #0890F2: hue angle of 205.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0890F2 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8144242-
CMYK0.970.4000.05
HSL205.13º93.6%49.02%-
HSV(B)205.13º96.69%94.9%-
XYZ26.126.4187.73-
YUV114.51199.9452.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.03%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 242 (94.92% from 255) = 61.42%
R=2.03%
G=36.55%
B=61.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal81442420.970.4000.05205.1393.649.02
Hex890F2612805cd5e31
Octal10220362141500531513661
Binary1000100100001111001011000011010000101110011011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0890F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0890F2; }

 p { color: rgb(8,144,242); }

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

<style>
 a { background-color: #0890F2; }

 a { background-color: rgb(8,144,242); }

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

<style>
 span { border-color: #0890F2; }

 span { border-color: rgb(8,144,242); }

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