#1C68FB

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

Shades of Dodger Blue #1C68FB

Tints of Dodger Blue #1C68FB

Color information

#1C68FB (or 0x1C68FB) is unknown color: approx Dodger Blue. HEX triplet: 1C, 68 and FB. RGB value is (28,104,251). Sum of RGB (Red+Green+Blue) = 28+104+251=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C68FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C68FB is #E39704. Grayscale: #616161. Windows color (decimal): -14915333 or 16476188. OLE color: 16476188.

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

Color convert

RGB28104251-
CMYK0.890.5900.02
HSL219.55º96.54%54.71%-
HSV(B)219.55º88.84%98.43%-
XYZ22.8417.1193.37-
YUV98.03214.3278.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.31%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 251 (98.44% from 255) = 65.54%
R=7.31%
G=27.15%
B=65.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal281042510.890.5900.02219.5596.5454.71
Hex1C68FB593B02dc6137
Octal34150373131730233414167
Binary111001101000111110111011001111011010110111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C68FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,104,251); }

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

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

 a { background-color: rgb(28,104,251); }

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

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

 span { border-color: rgb(28,104,251); }

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