Html Css Color HEX #103EDF Persian Blue

📋 copy color: '#103EDF'

red 16 ◦ green 62 ◦ blue 223

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

Shades of Persian Blue #103EDF

Tints of Persian Blue #103EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.09%

R = 5.32%
G = 20.6%
B = 74.09%

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

#103EDF (or 0x103EDF) is known color: Persian Blue. HEX triplet: 10, 3E and DF. RGB value is (16,62,223). Sum of RGB (Red+Green+Blue) = 16+62+223=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #103EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EDF is #EFC120. Grayscale: #414141. Windows color (decimal): -15712545 or 14630416. OLE color: 14630416.

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

Color convert

RGB 16 62 223 -
CMYK 0.93 0.72 0 0.13
HSL 226.67º 0.87% 0.47% -
HSV(B) 226.67º 0.93% 0.87% -
XYZ 15.26 8.88 70.72 -
YUV 66.6 216.26 91.91 -
System Red Green Blue C M Y K H S L
Decimal 16 62 223 0.93 0.72 0 0.13 226.67 0.87 0.47
Hex 10 3E DF 5D 48 0 D E3 57 2F
Octal 20 76 337 135 110 0 15 343 127 57
Binary 10000 111110 11011111 1011101 1001000 0 1101 11100011 1010111 101111

Color Harmonies of #103EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103EDF

Black with #103EDF

Text Example


Text Example

White with #103EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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