#038EE5

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

Shades of Dodger Blue #038EE5

Tints of Dodger Blue #038EE5

Color information

#038EE5 (or 0x038EE5) is unknown color: approx Dodger Blue. HEX triplet: 03, 8E and E5. RGB value is (3,142,229). Sum of RGB (Red+Green+Blue) = 3+142+229=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #038EE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EE5 is #FC711A. Grayscale: #6D6D6D. Windows color (decimal): -16544027 or 15044099. OLE color: 15044099.

HSL color Cylindrical-coordinate representation of color #038EE5: hue angle of 203.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038EE5 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3142229-
CMYK0.990.3800.10
HSL203.1º97.41%45.49%-
HSV(B)203.1º98.69%89.8%-
XYZ23.8525.0277.7-
YUV110.36194.9551.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.80%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 229 (89.84% from 255) = 61.23%
R=0.80%
G=37.97%
B=61.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal31422290.990.3800.10203.197.4145.49
Hex38EE563260Acb612d
Octal32163451434601231314155
Binary111000111011100101110001110011001010110010111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038EE5; }

 p { color: rgb(3,142,229); }

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

<style>
 a { background-color: #038EE5; }

 a { background-color: rgb(3,142,229); }

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

<style>
 span { border-color: #038EE5; }

 span { border-color: rgb(3,142,229); }

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