Html Css Color HEX #103ED9 Persian Blue

📋 copy color: '#103ED9'

red 16 ◦ green 62 ◦ blue 217

#103ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #103ED9

Tints of Persian Blue #103ED9

RGB

 RED value IS 16 (6.64% from 255) = 5.42%

 GREEN value IS 62 (24.61% from 255) = 21.02%

 BLUE value IS 217 (85.16% from 255) = 73.56%

R = 5.42%
G = 21.02%
B = 73.56%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#103ED9 (or 0x103ED9) is known color: Persian Blue. HEX triplet: 10, 3E and D9. RGB value is (16,62,217). Sum of RGB (Red+Green+Blue) = 16+62+217=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 217 (85.16% from 255 or 73.56% from 295); Max value from RGB is 217 - color contains mainly: blue. Hex color #103ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ED9 is #EFC126. Grayscale: #414141. Windows color (decimal): -15712551 or 14237200. OLE color: 14237200.

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

Color convert

RGB 16 62 217 -
CMYK 0.93 0.71 0 0.15
HSL 226.27º 0.86% 0.46% -
HSV(B) 226.27º 0.93% 0.85% -
XYZ 14.46 8.57 66.54 -
YUV 65.92 213.26 92.4 -
System Red Green Blue C M Y K H S L
Decimal 16 62 217 0.93 0.71 0 0.15 226.27 0.86 0.46
Hex 10 3E D9 5D 47 0 F E2 56 2E
Octal 20 76 331 135 107 0 17 342 126 56
Binary 10000 111110 11011001 1011101 1000111 0 1111 11100010 1010110 101110

Color Harmonies of #103ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103ED9

Black with #103ED9

Text Example


Text Example

White with #103ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,62,217); }

 H1.HeaderClassName
 {
   color: #103ED9;
 }
 .AnyTagClassName
 {
   color: #103ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(16,62,217); }

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

border-color css

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

 span { border-color: rgb(16,62,217); }

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