#103CF8

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

Shades of Persian Blue #103CF8

Tints of Persian Blue #103CF8

Color information

#103CF8 (or 0x103CF8) is unknown color: approx Persian Blue. HEX triplet: 10, 3C and F8. RGB value is (16,60,248). Sum of RGB (Red+Green+Blue) = 16+60+248=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 248 (97.27% from 255 or 76.54% from 324); Max value from RGB is 248 - color contains mainly: blue. Hex color #103CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103CF8 is #EFC307. Grayscale: #434343. Windows color (decimal): -15713032 or 16268304. OLE color: 16268304.

HSL color Cylindrical-coordinate representation of color #103CF8: hue angle of 228.62º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103CF8 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1660248-
CMYK0.940.7600.03
HSL228.62º94.31%51.76%-
HSV(B)228.62º93.55%97.25%-
XYZ18.7710.1289.77-
YUV68.28229.4290.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.94%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 248 (97.27% from 255) = 76.54%
R=4.94%
G=18.52%
B=76.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16602480.940.7600.03228.6294.3151.76
Hex103CF85E4C03e55e34
Octal20743701361140334513664
Binary100001111001111100010111101001100011111001011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103CF8; }

 p { color: rgb(16,60,248); }

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

<style>
 a { background-color: #103CF8; }

 a { background-color: rgb(16,60,248); }

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

<style>
 span { border-color: #103CF8; }

 span { border-color: rgb(16,60,248); }

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