#1C1AF8

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

Shades of Blue #1C1AF8

Tints of Blue #1C1AF8

Color information

#1C1AF8 (or 0x1C1AF8) is unknown color: approx Blue. HEX triplet: 1C, 1A and F8. RGB value is (28,26,248). Sum of RGB (Red+Green+Blue) = 28+26+248=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 248 (97.27% from 255 or 82.12% from 302); Max value from RGB is 248 - color contains mainly: blue. Hex color #1C1AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C1AF8 is #E3E507. Grayscale: #333333. Windows color (decimal): -14935304 or 16259612. OLE color: 16259612.

HSL color Cylindrical-coordinate representation of color #1C1AF8: hue angle of 240.54º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C1AF8 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2826248-
CMYK0.890.9000.03
HSL240.54º94.07%53.73%-
HSV(B)240.54º89.52%97.25%-
XYZ17.797.7689.37-
YUV51.91238.66110.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.27%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 248 (97.27% from 255) = 82.12%
R=9.27%
G=8.61%
B=82.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal28262480.890.9000.03240.5494.0753.73
Hex1C1AF8595A03f15e36
Octal34323701311320336113666
Binary11100110101111100010110011011010011111100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,26,248); }

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

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

 a { background-color: rgb(28,26,248); }

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

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

 span { border-color: rgb(28,26,248); }

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