#0489FE

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

Shades of Dodger Blue #0489FE

Tints of Dodger Blue #0489FE

Color information

#0489FE (or 0x0489FE) is unknown color: approx Dodger Blue. HEX triplet: 04, 89 and FE. RGB value is (4,137,254). Sum of RGB (Red+Green+Blue) = 4+137+254=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #0489FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0489FE is #FB7601. Grayscale: #6D6D6D. Windows color (decimal): -16479746 or 16681220. OLE color: 16681220.

HSL color Cylindrical-coordinate representation of color #0489FE: hue angle of 208.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0489FE is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB4137254-
CMYK0.980.4600.00
HSL208.08º99.21%50.59%-
HSV(B)208.08º98.43%99.61%-
XYZ26.8925.0797.19-
YUV110.57208.9451.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.01%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 254 (99.61% from 255) = 64.30%
R=1.01%
G=34.68%
B=64.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal41372540.980.4600.00208.0899.2150.59
Hex489FE622E00d06333
Octal4211376142560032014363
Binary1001000100111111110110001010111000110100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0489FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0489FE; }

 p { color: rgb(4,137,254); }

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

<style>
 a { background-color: #0489FE; }

 a { background-color: rgb(4,137,254); }

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

<style>
 span { border-color: #0489FE; }

 span { border-color: rgb(4,137,254); }

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