Html Css Color HEX #103FDF Persian Blue

📋 copy color: '#103FDF'

red 16 ◦ green 63 ◦ blue 223

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

Shades of Persian Blue #103FDF

Tints of Persian Blue #103FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

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

R = 5.3%
G = 20.86%
B = 73.84%

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

#103FDF (or 0x103FDF) is known color: Persian Blue. HEX triplet: 10, 3F and DF. RGB value is (16,63,223). Sum of RGB (Red+Green+Blue) = 16+63+223=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #103FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FDF is #EFC020. Grayscale: #424242. Windows color (decimal): -15712289 or 14630672. OLE color: 14630672.

HSL color Cylindrical-coordinate representation of color #103FDF: hue angle of 226.38º 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 #103FDF is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 63 223 -
CMYK 0.93 0.72 0 0.13
HSL 226.38º 0.87% 0.47% -
HSV(B) 226.38º 0.93% 0.87% -
XYZ 15.31 8.99 70.74 -
YUV 67.19 215.93 91.49 -
System Red Green Blue C M Y K H S L
Decimal 16 63 223 0.93 0.72 0 0.13 226.38 0.87 0.47
Hex 10 3F DF 5D 48 0 D E2 57 2F
Octal 20 77 337 135 110 0 15 342 127 57
Binary 10000 111111 11011111 1011101 1001000 0 1101 11100010 1010111 101111

Color Harmonies of #103FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103FDF

Black with #103FDF

Text Example


Text Example

White with #103FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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