Html Css Color HEX #103EDC Persian Blue

📋 copy color: '#103EDC'

red 16 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #103EDC

Tints of Persian Blue #103EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.83%

R = 5.37%
G = 20.81%
B = 73.83%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#103EDC (or 0x103EDC) is known color: Persian Blue. HEX triplet: 10, 3E and DC. RGB value is (16,62,220). Sum of RGB (Red+Green+Blue) = 16+62+220=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #103EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EDC is #EFC123. Grayscale: #414141. Windows color (decimal): -15712548 or 14433808. OLE color: 14433808.

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

Color convert

RGB 16 62 220 -
CMYK 0.93 0.72 0 0.14
HSL 226.47º 0.86% 0.46% -
HSV(B) 226.47º 0.93% 0.86% -
XYZ 14.85 8.72 68.61 -
YUV 66.26 214.76 92.15 -
System Red Green Blue C M Y K H S L
Decimal 16 62 220 0.93 0.72 0 0.14 226.47 0.86 0.46
Hex 10 3E DC 5D 48 0 E E2 56 2E
Octal 20 76 334 135 110 0 16 342 126 56
Binary 10000 111110 11011100 1011101 1001000 0 1110 11100010 1010110 101110

Color Harmonies of #103EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103EDC

Black with #103EDC

Text Example


Text Example

White with #103EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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