#1C00FF

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

Shades of Blue #1C00FF

Tints of Blue #1C00FF

Color information

#1C00FF (or 0x1C00FF) is unknown color: approx Blue. HEX triplet: 1C, 00 and FF. RGB value is (28,0,255). Sum of RGB (Red+Green+Blue) = 28+0+255=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 255 (100% from 255 or 90.11% from 283); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C00FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C00FF is #E3FF00. Grayscale: #242424. Windows color (decimal): -14941953 or 16711708. OLE color: 16711708.

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

Color convert

RGB280255-
CMYK0.89100
HSL246.59º100%50%-
HSV(B)246.59º100%100%-
XYZ18.537.4795.07-
YUV37.44250.78121.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 90.11%
R=9.89%
G=0%
B=90.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2802550.89100246.5910050
Hex1C0FF596400f76432
Octal3403771311440036714462
Binary111000111111111011001110010000111101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,0,255); }

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

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

 a { background-color: rgb(28,0,255); }

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

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

 span { border-color: rgb(28,0,255); }

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