#0193F0

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

Shades of Dodger Blue #0193F0

Tints of Dodger Blue #0193F0

Color information

#0193F0 (or 0x0193F0) is unknown color: approx Dodger Blue. HEX triplet: 01, 93 and F0. RGB value is (1,147,240). Sum of RGB (Red+Green+Blue) = 1+147+240=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #0193F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0193F0 is #FE6C0F. Grayscale: #717171. Windows color (decimal): -16673808 or 15766273. OLE color: 15766273.

HSL color Cylindrical-coordinate representation of color #0193F0: hue angle of 203.35º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0193F0 is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1147240-
CMYK1.000.3900.06
HSL203.35º99.17%47.25%-
HSV(B)203.35º99.58%94.12%-
XYZ26.1727.1786.3-
YUV113.95199.1347.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 240 (94.14% from 255) = 61.86%
R=0.26%
G=37.89%
B=61.86%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11472401.000.3900.06203.3599.1747.25
Hex193F0642706cb632f
Octal1223360144470631314357
Binary1100100111111000011001001001110110110010111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0193F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0193F0; }

 p { color: rgb(1,147,240); }

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

<style>
 a { background-color: #0193F0; }

 a { background-color: rgb(1,147,240); }

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

<style>
 span { border-color: #0193F0; }

 span { border-color: rgb(1,147,240); }

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