#1C94FD

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

Shades of Dodger Blue #1C94FD

Tints of Dodger Blue #1C94FD

Color information

#1C94FD (or 0x1C94FD) is unknown color: approx Dodger Blue. HEX triplet: 1C, 94 and FD. RGB value is (28,148,253). Sum of RGB (Red+Green+Blue) = 28+148+253=429 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.53% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C94FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C94FD is #E36B02. Grayscale: #7B7B7B. Windows color (decimal): -14904067 or 16618524. OLE color: 16618524.

HSL color Cylindrical-coordinate representation of color #1C94FD: hue angle of 208º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C94FD is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB28148253-
CMYK0.890.4200.01
HSL208º98.25%55.1%-
HSV(B)208º88.93%99.22%-
XYZ28.828.5296.92-
YUV124.09200.7459.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.53%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 253 (99.22% from 255) = 58.97%
R=6.53%
G=34.50%
B=58.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal281482530.890.4200.0120898.2555.1
Hex1C94FD592A01d06237
Octal34224375131520132014267
Binary111001001010011111101101100110101001110100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,148,253); }

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

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

 a { background-color: rgb(28,148,253); }

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

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

 span { border-color: rgb(28,148,253); }

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