Html Css Color HEX #103FDD Persian Blue

📋 copy color: '#103FDD'

red 16 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #103FDD

Tints of Persian Blue #103FDD

RGB

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

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

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

R = 5.33%
G = 21%
B = 73.67%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#103FDD (or 0x103FDD) is known color: Persian Blue. HEX triplet: 10, 3F and DD. RGB value is (16,63,221). Sum of RGB (Red+Green+Blue) = 16+63+221=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #103FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FDD is #EFC022. Grayscale: #424242. Windows color (decimal): -15712291 or 14499600. OLE color: 14499600.

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

Color convert

RGB 16 63 221 -
CMYK 0.93 0.71 0 0.13
HSL 226.24º 0.86% 0.46% -
HSV(B) 226.24º 0.93% 0.87% -
XYZ 15.04 8.89 69.33 -
YUV 66.96 214.93 91.65 -
System Red Green Blue C M Y K H S L
Decimal 16 63 221 0.93 0.71 0 0.13 226.24 0.86 0.46
Hex 10 3F DD 5D 47 0 D E2 56 2E
Octal 20 77 335 135 107 0 15 342 126 56
Binary 10000 111111 11011101 1011101 1000111 0 1101 11100010 1010110 101110

Color Harmonies of #103FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103FDD

Black with #103FDD

Text Example


Text Example

White with #103FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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