#1D18FA

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

Shades of Blue #1D18FA

Tints of Blue #1D18FA

Color information

#1D18FA (or 0x1D18FA) is unknown color: approx Blue. HEX triplet: 1D, 18 and FA. RGB value is (29,24,250). Sum of RGB (Red+Green+Blue) = 29+24+250=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 250 (98.05% from 255 or 82.51% from 303); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D18FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D18FA is #E2E705. Grayscale: #323232. Windows color (decimal): -14870278 or 16390173. OLE color: 16390173.

HSL color Cylindrical-coordinate representation of color #1D18FA: hue angle of 241.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D18FA is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2924250-
CMYK0.880.9000.02
HSL241.33º95.76%53.73%-
HSV(B)241.33º90.4%98.04%-
XYZ18.097.8291-
YUV51.26240.16112.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 24 (9.77% from 255) = 7.92%
BLUE value IS 250 (98.05% from 255) = 82.51%
R=9.57%
G=7.92%
B=82.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal29242500.880.9000.02241.3395.7653.73
Hex1D18FA585A02f16036
Octal35303721301320236114066
Binary11101110001111101010110001011010010111100011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D18FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,24,250); }

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

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

 a { background-color: rgb(29,24,250); }

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

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

 span { border-color: rgb(29,24,250); }

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