#019BFB

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

Shades of Dodger Blue #019BFB

Tints of Dodger Blue #019BFB

Color information

#019BFB (or 0x019BFB) is unknown color: approx Dodger Blue. HEX triplet: 01, 9B and FB. RGB value is (1,155,251). Sum of RGB (Red+Green+Blue) = 1+155+251=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #019BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BFB is #FE6404. Grayscale: #777777. Windows color (decimal): -16671749 or 16489217. OLE color: 16489217.

HSL color Cylindrical-coordinate representation of color #019BFB: hue angle of 203.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BFB is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1155251-
CMYK1.000.3800.02
HSL203.04º99.21%49.41%-
HSV(B)203.04º99.6%98.43%-
XYZ29.1530.4195.6-
YUV119.9201.9843.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 251 (98.44% from 255) = 61.67%
R=0.25%
G=38.08%
B=61.67%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11552511.000.3800.02203.0499.2149.41
Hex19BFB642602cb6331
Octal1233373144460231314361
Binary110011011111110111100100100110010110010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019BFB; }

 p { color: rgb(1,155,251); }

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

<style>
 a { background-color: #019BFB; }

 a { background-color: rgb(1,155,251); }

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

<style>
 span { border-color: #019BFB; }

 span { border-color: rgb(1,155,251); }

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