Html Css Color HEX #103DF7 Persian Blue

📋 copy color: '#103DF7'

red 16 ◦ green 61 ◦ blue 247

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

Shades of Persian Blue #103DF7

Tints of Persian Blue #103DF7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

 BLUE value IS 247 (96.88% from 255) = 76.23%

R = 4.94%
G = 18.83%
B = 76.23%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#103DF7 (or 0x103DF7) is known color: Persian Blue. HEX triplet: 10, 3D and F7. RGB value is (16,61,247). Sum of RGB (Red+Green+Blue) = 16+61+247=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 247 (96.88% from 255 or 76.23% from 324); Max value from RGB is 247 - color contains mainly: blue. Hex color #103DF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103DF7 is #EFC208. Grayscale: #434343. Windows color (decimal): -15712777 or 16203024. OLE color: 16203024.

HSL color Cylindrical-coordinate representation of color #103DF7: hue angle of 228.31º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103DF7 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 61 247 -
CMYK 0.94 0.75 0 0.03
HSL 228.31º 0.94% 0.52% -
HSV(B) 228.31º 0.94% 0.97% -
XYZ 18.67 10.16 88.97 -
YUV 68.75 228.59 90.38 -
System Red Green Blue C M Y K H S L
Decimal 16 61 247 0.94 0.75 0 0.03 228.31 0.94 0.52
Hex 10 3D F7 5E 4B 0 3 E4 5E 34
Octal 20 75 367 136 113 0 3 344 136 64
Binary 10000 111101 11110111 1011110 1001011 0 11 11100100 1011110 110100

Color Harmonies of #103DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103DF7

Black with #103DF7

Text Example


Text Example

White with #103DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,61,247); }

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

background-color css

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

 a { background-color: rgb(16,61,247); }

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

border-color css

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

 span { border-color: rgb(16,61,247); }

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