#1228FF

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

Shades of Blue #1228FF

Tints of Blue #1228FF

Color information

#1228FF (or 0x1228FF) is unknown color: approx Blue. HEX triplet: 12, 28 and FF. RGB value is (18,40,255). Sum of RGB (Red+Green+Blue) = 18+40+255=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #1228FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1228FF is #EDD700. Grayscale: #393939. Windows color (decimal): -15587073 or 16721938. OLE color: 16721938.

HSL color Cylindrical-coordinate representation of color #1228FF: hue angle of 234.43º 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 #1228FF is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1840255-
CMYK0.930.8400
HSL234.43º100%53.53%-
HSV(B)234.43º92.94%100%-
XYZ19.068.8795.31-
YUV57.93239.2199.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.75%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 255 (100% from 255) = 81.47%
R=5.75%
G=12.78%
B=81.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18402550.930.8400234.4310053.53
Hex1228FF5D5400ea6436
Octal22503771351240035214466
Binary10010101000111111111011101101010000111010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1228FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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