#1818FB

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

Shades of Blue #1818FB

Tints of Blue #1818FB

Color information

#1818FB (or 0x1818FB) is unknown color: approx Blue. HEX triplet: 18, 18 and FB. RGB value is (24,24,251). Sum of RGB (Red+Green+Blue) = 24+24+251=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #1818FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1818FB is #E7E704. Grayscale: #303030. Windows color (decimal): -15197957 or 16455704. OLE color: 16455704.

HSL color Cylindrical-coordinate representation of color #1818FB: hue angle of 240º degrees, saturation: 0.97, 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 #1818FB is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2424251-
CMYK0.900.9000.02
HSL240º96.6%53.92%-
HSV(B)240º90.44%98.43%-
XYZ18.127.8191.82-
YUV49.88241.5109.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.03%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 251 (98.44% from 255) = 83.95%
R=8.03%
G=8.03%
B=83.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24242510.900.9000.0224096.653.92
Hex1818FB5A5A02f06136
Octal30303731321320236014166
Binary11000110001111101110110101011010010111100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1818FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1818FB; }

 p { color: rgb(24,24,251); }

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

<style>
 a { background-color: #1818FB; }

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

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

<style>
 span { border-color: #1818FB; }

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

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