Html Css Color HEX #114ADD Persian Blue

📋 copy color: '#114ADD'

red 17 ◦ green 74 ◦ blue 221

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

Shades of Persian Blue #114ADD

Tints of Persian Blue #114ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

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

R = 5.45%
G = 23.72%
B = 70.83%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#114ADD (or 0x114ADD) is known color: Persian Blue. HEX triplet: 11, 4A and DD. RGB value is (17,74,221). Sum of RGB (Red+Green+Blue) = 17+74+221=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #114ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ADD is #EEB522. Grayscale: #494949. Windows color (decimal): -15643939 or 14502417. OLE color: 14502417.

HSL color Cylindrical-coordinate representation of color #114ADD: hue angle of 223.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ADD is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 74 221 -
CMYK 0.92 0.67 0 0.13
HSL 223.24º 0.86% 0.47% -
HSV(B) 223.24º 0.92% 0.87% -
XYZ 15.73 10.24 69.55 -
YUV 73.72 211.12 87.55 -
System Red Green Blue C M Y K H S L
Decimal 17 74 221 0.92 0.67 0 0.13 223.24 0.86 0.47
Hex 11 4A DD 5C 43 0 D DF 56 2F
Octal 21 112 335 134 103 0 15 337 126 57
Binary 10001 1001010 11011101 1011100 1000011 0 1101 11011111 1010110 101111

Color Harmonies of #114ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ADD

Black with #114ADD

Text Example


Text Example

White with #114ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114ADD; }

 p { color: rgb(17,74,221); }

 H1.HeaderClassName
 {
   color: #114ADD;
 }
 .AnyTagClassName
 {
   color: #114ADD;
 }
</style>

background-color css

<style>
 a { background-color: #114ADD; }

 a { background-color: rgb(17,74,221); }

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

border-color css

<style>
 span { border-color: #114ADD; }

 span { border-color: rgb(17,74,221); }

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