Html Css Color HEX #114ADE Persian Blue

📋 copy color: '#114ADE'

red 17 ◦ green 74 ◦ blue 222

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

Shades of Persian Blue #114ADE

Tints of Persian Blue #114ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.93%

R = 5.43%
G = 23.64%
B = 70.93%

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

#114ADE (or 0x114ADE) is known color: Persian Blue. HEX triplet: 11, 4A and DE. RGB value is (17,74,222). Sum of RGB (Red+Green+Blue) = 17+74+222=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #114ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ADE is #EEB521. Grayscale: #494949. Windows color (decimal): -15643938 or 14567953. OLE color: 14567953.

HSL color Cylindrical-coordinate representation of color #114ADE: hue angle of 223.32º 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 #114ADE is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 74 222 -
CMYK 0.92 0.67 0 0.13
HSL 223.32º 0.86% 0.47% -
HSV(B) 223.32º 0.92% 0.87% -
XYZ 15.86 10.29 70.26 -
YUV 73.83 211.62 87.47 -
System Red Green Blue C M Y K H S L
Decimal 17 74 222 0.92 0.67 0 0.13 223.32 0.86 0.47
Hex 11 4A DE 5C 43 0 D DF 56 2F
Octal 21 112 336 134 103 0 15 337 126 57
Binary 10001 1001010 11011110 1011100 1000011 0 1101 11011111 1010110 101111

Color Harmonies of #114ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ADE

Black with #114ADE

Text Example


Text Example

White with #114ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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