#1C92E2

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

Shades of Dodger Blue #1C92E2

Tints of Dodger Blue #1C92E2

Color information

#1C92E2 (or 0x1C92E2) is unknown color: approx Dodger Blue. HEX triplet: 1C, 92 and E2. RGB value is (28,146,226). Sum of RGB (Red+Green+Blue) = 28+146+226=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 226 (88.67% from 255 or 56.5% from 400); Max value from RGB is 226 - color contains mainly: blue. Hex color #1C92E2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C92E2 is #E36D1D. Grayscale: #777777. Windows color (decimal): -14904606 or 14848540. OLE color: 14848540.

HSL color Cylindrical-coordinate representation of color #1C92E2: hue angle of 204.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C92E2 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB28146226-
CMYK0.880.3500.11
HSL204.24º77.95%49.8%-
HSV(B)204.24º87.61%88.63%-
XYZ24.4926.375.74-
YUV119.84187.9162.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 226 (88.67% from 255) = 56.5%
R=7%
G=36.5%
B=56.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal281462260.880.3500.11204.2477.9549.8
Hex1C92E258230Bcc4e32
Octal342223421304301331411662
Binary111001001001011100010101100010001101011110011001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C92E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C92E2; }

 p { color: rgb(28,146,226); }

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

<style>
 a { background-color: #1C92E2; }

 a { background-color: rgb(28,146,226); }

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

<style>
 span { border-color: #1C92E2; }

 span { border-color: rgb(28,146,226); }

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