#1828F8

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

Shades of Blue #1828F8

Tints of Blue #1828F8

Color information

#1828F8 (or 0x1828F8) is unknown color: approx Blue. HEX triplet: 18, 28 and F8. RGB value is (24,40,248). Sum of RGB (Red+Green+Blue) = 24+40+248=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 248 (97.27% from 255 or 79.49% from 312); Max value from RGB is 248 - color contains mainly: blue. Hex color #1828F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1828F8 is #E7D707. Grayscale: #3A3A3A. Windows color (decimal): -15193864 or 16263192. OLE color: 16263192.

HSL color Cylindrical-coordinate representation of color #1828F8: hue angle of 235.71º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1828F8 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2440248-
CMYK0.900.8400.03
HSL235.71º94.12%53.33%-
HSV(B)235.71º90.32%97.25%-
XYZ18.088.4989.49-
YUV58.93234.7103.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.69%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 248 (97.27% from 255) = 79.49%
R=7.69%
G=12.82%
B=79.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24402480.900.8400.03235.7194.1253.33
Hex1828F85A5403ec5e35
Octal30503701321240335413665
Binary110001010001111100010110101010100011111011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1828F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1828F8; }

 p { color: rgb(24,40,248); }

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

<style>
 a { background-color: #1828F8; }

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

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

<style>
 span { border-color: #1828F8; }

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

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