#123FD8

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

Shades of Persian Blue #123FD8

Tints of Persian Blue #123FD8

Color information

#123FD8 (or 0x123FD8) is unknown color: approx Persian Blue. HEX triplet: 12, 3F and D8. RGB value is (18,63,216). Sum of RGB (Red+Green+Blue) = 18+63+216=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 216 (84.77% from 255 or 72.73% from 297); Max value from RGB is 216 - color contains mainly: blue. Hex color #123FD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FD8 is #EDC027. Grayscale: #424242. Windows color (decimal): -15581224 or 14171922. OLE color: 14171922.

HSL color Cylindrical-coordinate representation of color #123FD8: hue angle of 226.36º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123FD8 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1863216-
CMYK0.920.7100.15
HSL226.36º84.62%45.88%-
HSV(B)226.36º91.67%84.71%-
XYZ14.428.6465.87-
YUV66.99212.0993.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 216 (84.77% from 255) = 72.73%
R=6.06%
G=21.21%
B=72.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18632160.920.7100.15226.3684.6245.88
Hex123FD85C470Fe2552e
Octal227733013410701734212556
Binary10010111111110110001011100100011101111111000101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,63,216); }

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

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

 a { background-color: rgb(18,63,216); }

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

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

 span { border-color: rgb(18,63,216); }

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