#241CFD

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

Shades of Blue #241CFD

Tints of Blue #241CFD

Color information

#241CFD (or 0x241CFD) is unknown color: approx Blue. HEX triplet: 24, 1C and FD. RGB value is (36,28,253). Sum of RGB (Red+Green+Blue) = 36+28+253=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #241CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241CFD is #DBE302. Grayscale: #373737. Windows color (decimal): -14410499 or 16587812. OLE color: 16587812.

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

Color convert

RGB3628253-
CMYK0.860.8900.01
HSL242.13º98.25%55.1%-
HSV(B)242.13º88.93%99.22%-
XYZ18.878.393.54-
YUV56.04239.15113.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.36%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 253 (99.22% from 255) = 79.81%
R=11.36%
G=8.83%
B=79.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal36282530.860.8900.01242.1398.2555.1
Hex241CFD565901f26237
Octal44343751261310136214267
Binary10010011100111111011010110101100101111100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241CFD; }

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

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

<style>
 a { background-color: #241CFD; }

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

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

<style>
 span { border-color: #241CFD; }

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

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