#0192EC

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

Shades of Dodger Blue #0192EC

Tints of Dodger Blue #0192EC

Color information

#0192EC (or 0x0192EC) is unknown color: approx Dodger Blue. HEX triplet: 01, 92 and EC. RGB value is (1,146,236). Sum of RGB (Red+Green+Blue) = 1+146+236=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #0192EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0192EC is #FE6D13. Grayscale: #707070. Windows color (decimal): -16674068 or 15503873. OLE color: 15503873.

HSL color Cylindrical-coordinate representation of color #0192EC: hue angle of 202.98º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0192EC is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1146236-
CMYK1.000.3800.07
HSL202.98º99.16%46.47%-
HSV(B)202.98º99.58%92.55%-
XYZ25.4326.6283.15-
YUV112.9197.4648.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 236 (92.58% from 255) = 61.62%
R=0.26%
G=38.12%
B=61.62%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11462361.000.3800.07202.9899.1646.47
Hex192EC642607cb632e
Octal1222354144460731314356
Binary1100100101110110011001001001100111110010111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0192EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0192EC; }

 p { color: rgb(1,146,236); }

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

<style>
 a { background-color: #0192EC; }

 a { background-color: rgb(1,146,236); }

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

<style>
 span { border-color: #0192EC; }

 span { border-color: rgb(1,146,236); }

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