#102FD2

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

Shades of Persian Blue #102FD2

Tints of Persian Blue #102FD2

Color information

#102FD2 (or 0x102FD2) is unknown color: approx Persian Blue. HEX triplet: 10, 2F and D2. RGB value is (16,47,210). Sum of RGB (Red+Green+Blue) = 16+47+210=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 210 (82.42% from 255 or 76.92% from 273); Max value from RGB is 210 - color contains mainly: blue. Hex color #102FD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102FD2 is #EFD02D. Grayscale: #373737. Windows color (decimal): -15716398 or 13774608. OLE color: 13774608.

HSL color Cylindrical-coordinate representation of color #102FD2: hue angle of 230.41º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102FD2 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1647210-
CMYK0.920.7800.18
HSL230.41º85.84%44.31%-
HSV(B)230.41º92.38%82.35%-
XYZ12.866.861.61-
YUV56.31214.7399.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 210 (82.42% from 255) = 76.92%
R=5.86%
G=17.22%
B=76.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16472100.920.7800.18230.4185.8444.31
Hex102FD25C4E012e6562c
Octal205732213411602234612654
Binary100001011111101001010111001001110010010111001101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102FD2; }

 p { color: rgb(16,47,210); }

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

<style>
 a { background-color: #102FD2; }

 a { background-color: rgb(16,47,210); }

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

<style>
 span { border-color: #102FD2; }

 span { border-color: rgb(16,47,210); }

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