#123CF2

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

Shades of Persian Blue #123CF2

Tints of Persian Blue #123CF2

Color information

#123CF2 (or 0x123CF2) is unknown color: approx Persian Blue. HEX triplet: 12, 3C and F2. RGB value is (18,60,242). Sum of RGB (Red+Green+Blue) = 18+60+242=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 242 (94.92% from 255 or 75.62% from 320); Max value from RGB is 242 - color contains mainly: blue. Hex color #123CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123CF2 is #EDC30D. Grayscale: #434343. Windows color (decimal): -15581966 or 15875090. OLE color: 15875090.

HSL color Cylindrical-coordinate representation of color #123CF2: hue angle of 228.75º degrees, saturation: 0.9, 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 #123CF2 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1860242-
CMYK0.930.7500.05
HSL228.75º89.6%50.98%-
HSV(B)228.75º92.56%94.9%-
XYZ17.899.7784.95-
YUV68.19226.0992.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.62%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 242 (94.92% from 255) = 75.62%
R=5.62%
G=18.75%
B=75.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal18602420.930.7500.05228.7589.650.98
Hex123CF25D4B05e55a33
Octal22743621351130534513263
Binary1001011110011110010101110110010110101111001011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123CF2; }

 p { color: rgb(18,60,242); }

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

<style>
 a { background-color: #123CF2; }

 a { background-color: rgb(18,60,242); }

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

<style>
 span { border-color: #123CF2; }

 span { border-color: rgb(18,60,242); }

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