#1C25FD

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

Shades of Blue #1C25FD

Tints of Blue #1C25FD

Color information

#1C25FD (or 0x1C25FD) is unknown color: approx Blue. HEX triplet: 1C, 25 and FD. RGB value is (28,37,253). Sum of RGB (Red+Green+Blue) = 28+37+253=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C25FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C25FD is #E3DA02. Grayscale: #3A3A3A. Windows color (decimal): -14932483 or 16590108. OLE color: 16590108.

HSL color Cylindrical-coordinate representation of color #1C25FD: hue angle of 237.6º 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 #1C25FD is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2837253-
CMYK0.890.8500.01
HSL237.6º98.25%55.1%-
HSV(B)237.6º88.93%99.22%-
XYZ18.878.6693.61-
YUV58.93237.52105.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.81%
GREEN value IS 37 (14.84% from 255) = 11.64%
BLUE value IS 253 (99.22% from 255) = 79.56%
R=8.81%
G=11.64%
B=79.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal28372530.890.8500.01237.698.2555.1
Hex1C25FD595501ee6237
Octal34453751311250135614267
Binary11100100101111111011011001101010101111011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C25FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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