#1C9BF3

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

Shades of Dodger Blue #1C9BF3

Tints of Dodger Blue #1C9BF3

Color information

#1C9BF3 (or 0x1C9BF3) is unknown color: approx Dodger Blue. HEX triplet: 1C, 9B and F3. RGB value is (28,155,243). Sum of RGB (Red+Green+Blue) = 28+155+243=426 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.57% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #1C9BF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9BF3 is #E3640C. Grayscale: #7E7E7E. Windows color (decimal): -14902285 or 15964956. OLE color: 15964956.

HSL color Cylindrical-coordinate representation of color #1C9BF3: hue angle of 204.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C9BF3 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB28155243-
CMYK0.880.3600.05
HSL204.56º89.96%53.14%-
HSV(B)204.56º88.48%95.29%-
XYZ28.3830.1689.12-
YUV127.06193.4257.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.57%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 243 (95.31% from 255) = 57.04%
R=6.57%
G=36.38%
B=57.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal281552430.880.3600.05204.5689.9653.14
Hex1C9BF3582405cd5a35
Octal34233363130440531513265
Binary11100100110111111001110110001001000101110011011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,155,243); }

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

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

 a { background-color: rgb(28,155,243); }

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

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

 span { border-color: rgb(28,155,243); }

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