#1229F1

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

Shades of Blue #1229F1

Tints of Blue #1229F1

Color information

#1229F1 (or 0x1229F1) is unknown color: approx Blue. HEX triplet: 12, 29 and F1. RGB value is (18,41,241). Sum of RGB (Red+Green+Blue) = 18+41+241=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 241 (94.53% from 255 or 80.33% from 300); Max value from RGB is 241 - color contains mainly: blue. Hex color #1229F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1229F1 is #EDD60E. Grayscale: #383838. Windows color (decimal): -15586831 or 15804690. OLE color: 15804690.

HSL color Cylindrical-coordinate representation of color #1229F1: hue angle of 233.81º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1229F1 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1841241-
CMYK0.930.8300.05
HSL233.81º88.84%50.78%-
HSV(B)233.81º92.53%94.51%-
XYZ16.928.0783.88-
YUV56.92231.88100.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 241 (94.53% from 255) = 80.33%
R=6%
G=13.67%
B=80.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal18412410.930.8300.05233.8188.8450.78
Hex1229F15D5305ea5933
Octal22513611351230535213163
Binary1001010100111110001101110110100110101111010101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1229F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1229F1; }

 p { color: rgb(18,41,241); }

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

<style>
 a { background-color: #1229F1; }

 a { background-color: rgb(18,41,241); }

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

<style>
 span { border-color: #1229F1; }

 span { border-color: rgb(18,41,241); }

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