#0391E7

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

Shades of Dodger Blue #0391E7

Tints of Dodger Blue #0391E7

Color information

#0391E7 (or 0x0391E7) is unknown color: approx Dodger Blue. HEX triplet: 03, 91 and E7. RGB value is (3,145,231). Sum of RGB (Red+Green+Blue) = 3+145+231=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #0391E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0391E7 is #FC6E18. Grayscale: #6F6F6F. Windows color (decimal): -16543257 or 15175939. OLE color: 15175939.

HSL color Cylindrical-coordinate representation of color #0391E7: hue angle of 202.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0391E7 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3145231-
CMYK0.990.3700.09
HSL202.63º97.44%45.88%-
HSV(B)202.63º98.7%90.59%-
XYZ24.5926.0479.33-
YUV112.35194.9650.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.79%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 231 (90.62% from 255) = 60.95%
R=0.79%
G=38.26%
B=60.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal31452310.990.3700.09202.6397.4445.88
Hex391E7632509cb612e
Octal32213471434501131314156
Binary111001000111100111110001110010101001110010111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0391E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0391E7; }

 p { color: rgb(3,145,231); }

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

<style>
 a { background-color: #0391E7; }

 a { background-color: rgb(3,145,231); }

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

<style>
 span { border-color: #0391E7; }

 span { border-color: rgb(3,145,231); }

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