Html Css Color HEX #114ADA Persian Blue

📋 copy color: '#114ADA'

red 17 ◦ green 74 ◦ blue 218

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

Shades of Persian Blue #114ADA

Tints of Persian Blue #114ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.55%

R = 5.5%
G = 23.95%
B = 70.55%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#114ADA (or 0x114ADA) is known color: Persian Blue. HEX triplet: 11, 4A and DA. RGB value is (17,74,218). Sum of RGB (Red+Green+Blue) = 17+74+218=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #114ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ADA is #EEB525. Grayscale: #484848. Windows color (decimal): -15643942 or 14305809. OLE color: 14305809.

HSL color Cylindrical-coordinate representation of color #114ADA: hue angle of 222.99º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ADA is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 74 218 -
CMYK 0.92 0.66 0 0.15
HSL 222.99º 0.86% 0.46% -
HSV(B) 222.99º 0.92% 0.85% -
XYZ 15.33 10.08 67.47 -
YUV 73.37 209.62 87.79 -
System Red Green Blue C M Y K H S L
Decimal 17 74 218 0.92 0.66 0 0.15 222.99 0.86 0.46
Hex 11 4A DA 5C 42 0 F DF 56 2E
Octal 21 112 332 134 102 0 17 337 126 56
Binary 10001 1001010 11011010 1011100 1000010 0 1111 11011111 1010110 101110

Color Harmonies of #114ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ADA

Black with #114ADA

Text Example


Text Example

White with #114ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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