Html Css Color HEX #1114CA Medium Blue

📋 copy color: '#1114CA'

red 17 ◦ green 20 ◦ blue 202

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

Shades of Medium Blue #1114CA

Tints of Medium Blue #1114CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

 BLUE value IS 202 (79.3% from 255) = 84.52%

R = 7.11%
G = 8.37%
B = 84.52%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1114CA (or 0x1114CA) is known color: Medium Blue. HEX triplet: 11, 14 and CA. RGB value is (17,20,202). Sum of RGB (Red+Green+Blue) = 17+20+202=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 202 (79.30% from 255 or 84.52% from 239); Max value from RGB is 202 - color contains mainly: blue. Hex color #1114CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1114CA is #EEEB35. Grayscale: #272727. Windows color (decimal): -15657782 or 13243409. OLE color: 13243409.

HSL color Cylindrical-coordinate representation of color #1114CA: hue angle of 239.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1114CA is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 20 202 -
CMYK 0.92 0.90 0 0.21
HSL 239.03º 0.84% 0.43% -
HSV(B) 239.03º 0.92% 0.79% -
XYZ 11.14 4.88 56.23 -
YUV 39.85 219.51 111.7 -
System Red Green Blue C M Y K H S L
Decimal 17 20 202 0.92 0.90 0 0.21 239.03 0.84 0.43
Hex 11 14 CA 5C 5A 0 15 EF 54 2B
Octal 21 24 312 134 132 0 25 357 124 53
Binary 10001 10100 11001010 1011100 1011010 0 10101 11101111 1010100 101011

Color Harmonies of #1114CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1114CA

Black with #1114CA

Text Example


Text Example

White with #1114CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1114CA; }

 p { color: rgb(17,20,202); }

 H1.HeaderClassName
 {
   color: #1114CA;
 }
 .AnyTagClassName
 {
   color: #1114CA;
 }
</style>

background-color css

<style>
 a { background-color: #1114CA; }

 a { background-color: rgb(17,20,202); }

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

border-color css

<style>
 span { border-color: #1114CA; }

 span { border-color: rgb(17,20,202); }

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