#1C99EB

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

Shades of Dodger Blue #1C99EB

Tints of Dodger Blue #1C99EB

Color information

#1C99EB (or 0x1C99EB) is unknown color: approx Dodger Blue. HEX triplet: 1C, 99 and EB. RGB value is (28,153,235). Sum of RGB (Red+Green+Blue) = 28+153+235=416 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.73% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C99EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C99EB is #E36614. Grayscale: #7C7C7C. Windows color (decimal): -14902805 or 15440156. OLE color: 15440156.

HSL color Cylindrical-coordinate representation of color #1C99EB: hue angle of 203.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C99EB is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB28153235-
CMYK0.880.3500.08
HSL203.77º83.81%51.57%-
HSV(B)203.77º88.09%92.16%-
XYZ26.8729.0382.78-
YUV124.97190.0958.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.73%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 235 (92.19% from 255) = 56.49%
R=6.73%
G=36.78%
B=56.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal281532350.880.3500.08203.7783.8151.57
Hex1C99EB582308cc5434
Octal342313531304301031412464
Binary111001001100111101011101100010001101000110011001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,153,235); }

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

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

 a { background-color: rgb(28,153,235); }

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

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

 span { border-color: rgb(28,153,235); }

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