#1234FF

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

Shades of Blue #1234FF

Tints of Blue #1234FF

Color information

#1234FF (or 0x1234FF) is unknown color: approx Blue. HEX triplet: 12, 34 and FF. RGB value is (18,52,255). Sum of RGB (Red+Green+Blue) = 18+52+255=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #1234FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1234FF is #EDCB00. Grayscale: #404040. Windows color (decimal): -15584001 or 16725010. OLE color: 16725010.

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

Color convert

RGB1852255-
CMYK0.930.8000
HSL231.39º100%53.53%-
HSV(B)231.39º92.94%100%-
XYZ19.539.895.47-
YUV64.98235.2494.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.54%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 255 (100% from 255) = 78.46%
R=5.54%
G=16%
B=78.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18522550.930.8000231.3910053.53
Hex1234FF5D5000e76436
Octal22643771351200034714466
Binary10010110100111111111011101101000000111001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1234FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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