#1231FF

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

Shades of Blue #1231FF

Tints of Blue #1231FF

Color information

#1231FF (or 0x1231FF) is unknown color: approx Blue. HEX triplet: 12, 31 and FF. RGB value is (18,49,255). Sum of RGB (Red+Green+Blue) = 18+49+255=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #1231FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1231FF is #EDCE00. Grayscale: #3E3E3E. Windows color (decimal): -15584769 or 16724242. OLE color: 16724242.

HSL color Cylindrical-coordinate representation of color #1231FF: hue angle of 232.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1231FF is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1849255-
CMYK0.930.8100
HSL232.15º100%53.53%-
HSV(B)232.15º92.94%100%-
XYZ19.49.5595.43-
YUV63.22236.2395.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.59%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 255 (100% from 255) = 79.19%
R=5.59%
G=15.22%
B=79.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18492550.930.8100232.1510053.53
Hex1231FF5D5100e86436
Octal22613771351210035014466
Binary10010110001111111111011101101000100111010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1231FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1231FF; }

 p { color: rgb(18,49,255); }

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

<style>
 a { background-color: #1231FF; }

 a { background-color: rgb(18,49,255); }

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

<style>
 span { border-color: #1231FF; }

 span { border-color: rgb(18,49,255); }

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