Html Css Color HEX #114ACE Persian Blue

📋 copy color: '#114ACE'

red 17 ◦ green 74 ◦ blue 206

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

Shades of Persian Blue #114ACE

Tints of Persian Blue #114ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 5.72%
G = 24.92%
B = 69.36%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#114ACE (or 0x114ACE) is known color: Persian Blue. HEX triplet: 11, 4A and CE. RGB value is (17,74,206). Sum of RGB (Red+Green+Blue) = 17+74+206=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #114ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ACE is #EEB531. Grayscale: #474747. Windows color (decimal): -15643954 or 13519377. OLE color: 13519377.

HSL color Cylindrical-coordinate representation of color #114ACE: hue angle of 221.9º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ACE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 74 206 -
CMYK 0.92 0.64 0 0.19
HSL 221.9º 0.85% 0.44% -
HSV(B) 221.9º 0.92% 0.81% -
XYZ 13.82 9.47 59.49 -
YUV 72.01 203.62 88.77 -
System Red Green Blue C M Y K H S L
Decimal 17 74 206 0.92 0.64 0 0.19 221.9 0.85 0.44
Hex 11 4A CE 5C 40 0 13 DE 55 2C
Octal 21 112 316 134 100 0 23 336 125 54
Binary 10001 1001010 11001110 1011100 1000000 0 10011 11011110 1010101 101100

Color Harmonies of #114ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ACE

Black with #114ACE

Text Example


Text Example

White with #114ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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