Html Css Color HEX #103EDD Persian Blue

📋 copy color: '#103EDD'

red 16 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #103EDD

Tints of Persian Blue #103EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.91%

R = 5.35%
G = 20.74%
B = 73.91%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#103EDD (or 0x103EDD) is known color: Persian Blue. HEX triplet: 10, 3E and DD. RGB value is (16,62,221). Sum of RGB (Red+Green+Blue) = 16+62+221=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #103EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EDD is #EFC122. Grayscale: #414141. Windows color (decimal): -15712547 or 14499344. OLE color: 14499344.

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

Color convert

RGB 16 62 221 -
CMYK 0.93 0.72 0 0.13
HSL 226.54º 0.86% 0.46% -
HSV(B) 226.54º 0.93% 0.87% -
XYZ 14.99 8.78 69.31 -
YUV 66.37 215.26 92.07 -
System Red Green Blue C M Y K H S L
Decimal 16 62 221 0.93 0.72 0 0.13 226.54 0.86 0.46
Hex 10 3E DD 5D 48 0 D E3 56 2E
Octal 20 76 335 135 110 0 15 343 126 56
Binary 10000 111110 11011101 1011101 1001000 0 1101 11100011 1010110 101110

Color Harmonies of #103EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103EDD

Black with #103EDD

Text Example


Text Example

White with #103EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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