#1F24ED

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

Shades of Blue #1F24ED

Tints of Blue #1F24ED

Color information

#1F24ED (or 0x1F24ED) is unknown color: approx Blue. HEX triplet: 1F, 24 and ED. RGB value is (31,36,237). Sum of RGB (Red+Green+Blue) = 31+36+237=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F24ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F24ED is #E0DB12. Grayscale: #383838. Windows color (decimal): -14736147 or 15541279. OLE color: 15541279.

HSL color Cylindrical-coordinate representation of color #1F24ED: hue angle of 238.54º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F24ED is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3136237-
CMYK0.870.8500.07
HSL238.54º85.12%52.55%-
HSV(B)238.54º86.92%92.94%-
XYZ16.487.6780.73-
YUV57.42229.34109.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 36 (14.45% from 255) = 11.84%
BLUE value IS 237 (92.97% from 255) = 77.96%
R=10.20%
G=11.84%
B=77.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal31362370.870.8500.07238.5485.1252.55
Hex1F24ED575507ef5535
Octal37443551271250735712565
Binary1111110010011101101101011110101010111111011111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F24ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,237); }

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

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

 a { background-color: rgb(31,36,237); }

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

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

 span { border-color: rgb(31,36,237); }

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