#0196FA

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

Shades of Dodger Blue #0196FA

Tints of Dodger Blue #0196FA

Color information

#0196FA (or 0x0196FA) is unknown color: approx Dodger Blue. HEX triplet: 01, 96 and FA. RGB value is (1,150,250). Sum of RGB (Red+Green+Blue) = 1+150+250=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #0196FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0196FA is #FE6905. Grayscale: #747474. Windows color (decimal): -16673030 or 16422401. OLE color: 16422401.

HSL color Cylindrical-coordinate representation of color #0196FA: hue angle of 204.1º 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 #0196FA is Cyan = 1.00, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1150250-
CMYK1.000.400.02
HSL204.1º99.2%49.22%-
HSV(B)204.1º99.6%98.04%-
XYZ28.1728.7294.5-
YUV116.85203.1445.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 250 (98.05% from 255) = 62.34%
R=0.25%
G=37.41%
B=62.34%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11502501.000.400.02204.199.249.22
Hex196FA642802cc6331
Octal1226372144500231414361
Binary110010110111110101100100101000010110011001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0196FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0196FA; }

 p { color: rgb(1,150,250); }

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

<style>
 a { background-color: #0196FA; }

 a { background-color: rgb(1,150,250); }

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

<style>
 span { border-color: #0196FA; }

 span { border-color: rgb(1,150,250); }

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