#0390F1

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

Shades of Dodger Blue #0390F1

Tints of Dodger Blue #0390F1

Color information

#0390F1 (or 0x0390F1) is unknown color: approx Dodger Blue. HEX triplet: 03, 90 and F1. RGB value is (3,144,241). Sum of RGB (Red+Green+Blue) = 3+144+241=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #0390F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0390F1 is #FC6F0E. Grayscale: #707070. Windows color (decimal): -16543503 or 15831043. OLE color: 15831043.

HSL color Cylindrical-coordinate representation of color #0390F1: hue angle of 204.45º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0390F1 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3144241-
CMYK0.990.4000.05
HSL204.45º97.54%47.84%-
HSV(B)204.45º98.76%94.51%-
XYZ25.8926.3286.93-
YUV112.9200.2949.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 241 (94.53% from 255) = 62.11%
R=0.77%
G=37.11%
B=62.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31442410.990.4000.05204.4597.5447.84
Hex390F1632805cc6230
Octal3220361143500531414260
Binary11100100001111000111000111010000101110011001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0390F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0390F1; }

 p { color: rgb(3,144,241); }

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

<style>
 a { background-color: #0390F1; }

 a { background-color: rgb(3,144,241); }

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

<style>
 span { border-color: #0390F1; }

 span { border-color: rgb(3,144,241); }

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