#0389EB

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

Shades of Dodger Blue #0389EB

Tints of Dodger Blue #0389EB

Color information

#0389EB (or 0x0389EB) is unknown color: approx Dodger Blue. HEX triplet: 03, 89 and EB. RGB value is (3,137,235). Sum of RGB (Red+Green+Blue) = 3+137+235=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #0389EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0389EB is #FC7614. Grayscale: #6B6B6B. Windows color (decimal): -16545301 or 15436035. OLE color: 15436035.

HSL color Cylindrical-coordinate representation of color #0389EB: hue angle of 205.34º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0389EB is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3137235-
CMYK0.990.4200.08
HSL205.34º97.48%46.67%-
HSV(B)205.34º98.72%92.16%-
XYZ23.9823.9181.95-
YUV108.11199.6153.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.8%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 235 (92.19% from 255) = 62.67%
R=0.8%
G=36.53%
B=62.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal31372350.990.4200.08205.3497.4846.67
Hex389EB632A08cd612f
Octal32113531435201031514157
Binary111000100111101011110001110101001000110011011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0389EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0389EB; }

 p { color: rgb(3,137,235); }

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

<style>
 a { background-color: #0389EB; }

 a { background-color: rgb(3,137,235); }

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

<style>
 span { border-color: #0389EB; }

 span { border-color: rgb(3,137,235); }

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