#1928FA

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

Shades of Blue #1928FA

Tints of Blue #1928FA

Color information

#1928FA (or 0x1928FA) is unknown color: approx Blue. HEX triplet: 19, 28 and FA. RGB value is (25,40,250). Sum of RGB (Red+Green+Blue) = 25+40+250=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #1928FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1928FA is #E6D705. Grayscale: #3A3A3A. Windows color (decimal): -15128326 or 16394265. OLE color: 16394265.

HSL color Cylindrical-coordinate representation of color #1928FA: hue angle of 236º 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 #1928FA is Cyan = 0.9, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2540250-
CMYK0.90.8400.02
HSL236º95.74%53.92%-
HSV(B)236º90%98.04%-
XYZ18.428.6391.14-
YUV59.46235.53103.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.94%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 250 (98.05% from 255) = 79.37%
R=7.94%
G=12.70%
B=79.37%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25402500.90.8400.0223695.7453.92
Hex1928FA5A5402ec6036
Octal31503721321240235414066
Binary110011010001111101010110101010100010111011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1928FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1928FA; }

 p { color: rgb(25,40,250); }

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

<style>
 a { background-color: #1928FA; }

 a { background-color: rgb(25,40,250); }

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

<style>
 span { border-color: #1928FA; }

 span { border-color: rgb(25,40,250); }

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