Html Css Color HEX #1114CF Medium Blue

📋 copy color: '#1114CF'

red 17 ◦ green 20 ◦ blue 207

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

Shades of Medium Blue #1114CF

Tints of Medium Blue #1114CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 84.84%

R = 6.97%
G = 8.2%
B = 84.84%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1114CF (or 0x1114CF) is known color: Medium Blue. HEX triplet: 11, 14 and CF. RGB value is (17,20,207). Sum of RGB (Red+Green+Blue) = 17+20+207=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #1114CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1114CF is #EEEB30. Grayscale: #272727. Windows color (decimal): -15657777 or 13571089. OLE color: 13571089.

HSL color Cylindrical-coordinate representation of color #1114CF: hue angle of 239.05º 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 #1114CF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 20 207 -
CMYK 0.92 0.90 0 0.19
HSL 239.05º 0.85% 0.44% -
HSV(B) 239.05º 0.92% 0.81% -
XYZ 11.74 5.12 59.4 -
YUV 40.42 222.01 111.29 -
System Red Green Blue C M Y K H S L
Decimal 17 20 207 0.92 0.90 0 0.19 239.05 0.85 0.44
Hex 11 14 CF 5C 5A 0 13 EF 55 2C
Octal 21 24 317 134 132 0 23 357 125 54
Binary 10001 10100 11001111 1011100 1011010 0 10011 11101111 1010101 101100

Color Harmonies of #1114CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1114CF

Black with #1114CF

Text Example


Text Example

White with #1114CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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