Html Css Color HEX #113DDC Persian Blue

📋 copy color: '#113DDC'

red 17 ◦ green 61 ◦ blue 220

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

Shades of Persian Blue #113DDC

Tints of Persian Blue #113DDC

RGB

 RED value IS 17 (7.03% from 255) = 5.7%

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

 BLUE value IS 220 (86.33% from 255) = 73.83%

R = 5.7%
G = 20.47%
B = 73.83%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#113DDC (or 0x113DDC) is known color: Persian Blue. HEX triplet: 11, 3D and DC. RGB value is (17,61,220). Sum of RGB (Red+Green+Blue) = 17+61+220=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #113DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DDC is #EEC223. Grayscale: #414141. Windows color (decimal): -15647268 or 14433553. OLE color: 14433553.

HSL color Cylindrical-coordinate representation of color #113DDC: hue angle of 227º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113DDC is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 61 220 -
CMYK 0.92 0.72 0 0.14
HSL 227º 0.86% 0.46% -
HSV(B) 227º 0.92% 0.86% -
XYZ 14.82 8.62 68.59 -
YUV 65.97 214.92 93.07 -
System Red Green Blue C M Y K H S L
Decimal 17 61 220 0.92 0.72 0 0.14 227 0.86 0.46
Hex 11 3D DC 5C 48 0 E E3 56 2E
Octal 21 75 334 134 110 0 16 343 126 56
Binary 10001 111101 11011100 1011100 1001000 0 1110 11100011 1010110 101110

Color Harmonies of #113DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DDC

Black with #113DDC

Text Example


Text Example

White with #113DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113DDC; }

 p { color: rgb(17,61,220); }

 H1.HeaderClassName
 {
   color: #113DDC;
 }
 .AnyTagClassName
 {
   color: #113DDC;
 }
</style>

background-color css

<style>
 a { background-color: #113DDC; }

 a { background-color: rgb(17,61,220); }

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

border-color css

<style>
 span { border-color: #113DDC; }

 span { border-color: rgb(17,61,220); }

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