#039AEE

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

Shades of Dodger Blue #039AEE

Tints of Dodger Blue #039AEE

Color information

#039AEE (or 0x039AEE) is unknown color: approx Dodger Blue. HEX triplet: 03, 9A and EE. RGB value is (3,154,238). Sum of RGB (Red+Green+Blue) = 3+154+238=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #039AEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039AEE is #FC6511. Grayscale: #757575. Windows color (decimal): -16540946 or 15636995. OLE color: 15636995.

HSL color Cylindrical-coordinate representation of color #039AEE: hue angle of 201.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AEE is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3154238-
CMYK0.990.3500.07
HSL201.45º97.51%47.25%-
HSV(B)201.45º98.74%93.33%-
XYZ27.0329.385.12-
YUV118.43195.4745.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.76%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 238 (93.36% from 255) = 60.25%
R=0.76%
G=38.99%
B=60.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal31542380.990.3500.07201.4597.5147.25
Hex39AEE632307c9622f
Octal3232356143430731114257
Binary11100110101110111011000111000110111110010011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039AEE; }

 p { color: rgb(3,154,238); }

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

<style>
 a { background-color: #039AEE; }

 a { background-color: rgb(3,154,238); }

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

<style>
 span { border-color: #039AEE; }

 span { border-color: rgb(3,154,238); }

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