#1819FB

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

Shades of Blue #1819FB

Tints of Blue #1819FB

Color information

#1819FB (or 0x1819FB) is unknown color: approx Blue. HEX triplet: 18, 19 and FB. RGB value is (24,25,251). Sum of RGB (Red+Green+Blue) = 24+25+251=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #1819FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1819FB is #E7E604. Grayscale: #313131. Windows color (decimal): -15197701 or 16455960. OLE color: 16455960.

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

Color convert

RGB2425251-
CMYK0.900.9000.02
HSL239.74º96.6%53.92%-
HSV(B)239.74º90.44%98.43%-
XYZ18.147.8591.83-
YUV50.46241.17109.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 25 (10.16% from 255) = 8.33%
BLUE value IS 251 (98.44% from 255) = 83.67%
R=8%
G=8.33%
B=83.67%

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
Decimal24252510.900.9000.02239.7496.653.92
Hex1819FB5A5A02f06136
Octal30313731321320236014166
Binary11000110011111101110110101011010010111100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1819FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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