Html Css Color HEX #103CDD Persian Blue

📋 copy color: '#103CDD'

red 16 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #103CDD

Tints of Persian Blue #103CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

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

R = 5.39%
G = 20.2%
B = 74.41%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#103CDD (or 0x103CDD) is known color: Persian Blue. HEX triplet: 10, 3C and DD. RGB value is (16,60,221). Sum of RGB (Red+Green+Blue) = 16+60+221=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #103CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CDD is #EFC322. Grayscale: #404040. Windows color (decimal): -15713059 or 14498832. OLE color: 14498832.

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

Color convert

RGB 16 60 221 -
CMYK 0.93 0.73 0 0.13
HSL 227.12º 0.86% 0.46% -
HSV(B) 227.12º 0.93% 0.87% -
XYZ 14.88 8.56 69.28 -
YUV 65.2 215.92 92.91 -
System Red Green Blue C M Y K H S L
Decimal 16 60 221 0.93 0.73 0 0.13 227.12 0.86 0.46
Hex 10 3C DD 5D 49 0 D E3 56 2E
Octal 20 74 335 135 111 0 15 343 126 56
Binary 10000 111100 11011101 1011101 1001001 0 1101 11100011 1010110 101110

Color Harmonies of #103CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CDD

Black with #103CDD

Text Example


Text Example

White with #103CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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