Html Css Color HEX #1714BF Medium Blue

📋 copy color: '#1714BF'

red 23 ◦ green 20 ◦ blue 191

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

Shades of Medium Blue #1714BF

Tints of Medium Blue #1714BF

RGB

 RED value IS 23 (9.38% from 255) = 9.83%

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

 BLUE value IS 191 (75% from 255) = 81.62%

R = 9.83%
G = 8.55%
B = 81.62%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1714BF (or 0x1714BF) is known color: Medium Blue. HEX triplet: 17, 14 and BF. RGB value is (23,20,191). Sum of RGB (Red+Green+Blue) = 23+20+191=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #1714BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1714BF is #E8EB40. Grayscale: #272727. Windows color (decimal): -15264577 or 12522519. OLE color: 12522519.

HSL color Cylindrical-coordinate representation of color #1714BF: hue angle of 241.05º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1714BF is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 20 191 -
CMYK 0.88 0.90 0 0.25
HSL 241.05º 0.81% 0.41% -
HSV(B) 241.05º 0.9% 0.75% -
XYZ 10.01 4.44 49.62 -
YUV 40.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 23 20 191 0.88 0.90 0 0.25 241.05 0.81 0.41
Hex 17 14 BF 58 5A 0 19 F1 51 29
Octal 27 24 277 130 132 0 31 361 121 51
Binary 10111 10100 10111111 1011000 1011010 0 11001 11110001 1010001 101001

Color Harmonies of #1714BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1714BF

Black with #1714BF

Text Example


Text Example

White with #1714BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1714BF; }

 p { color: rgb(23,20,191); }

 H1.HeaderClassName
 {
   color: #1714BF;
 }
 .AnyTagClassName
 {
   color: #1714BF;
 }
</style>

background-color css

<style>
 a { background-color: #1714BF; }

 a { background-color: rgb(23,20,191); }

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

border-color css

<style>
 span { border-color: #1714BF; }

 span { border-color: rgb(23,20,191); }

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