Html Css Color HEX #1714CE Medium Blue

📋 copy color: '#1714CE'

red 23 ◦ green 20 ◦ blue 206

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

Shades of Medium Blue #1714CE

Tints of Medium Blue #1714CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 82.73%

R = 9.24%
G = 8.03%
B = 82.73%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1714CE (or 0x1714CE) is known color: Medium Blue. HEX triplet: 17, 14 and CE. RGB value is (23,20,206). Sum of RGB (Red+Green+Blue) = 23+20+206=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #1714CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1714CE is #E8EB31. Grayscale: #292929. Windows color (decimal): -15264562 or 13505559. OLE color: 13505559.

HSL color Cylindrical-coordinate representation of color #1714CE: hue angle of 240.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1714CE is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 20 206 -
CMYK 0.89 0.90 0 0.19
HSL 240.97º 0.82% 0.44% -
HSV(B) 240.97º 0.9% 0.81% -
XYZ 11.74 5.14 58.77 -
YUV 42.1 220.49 114.38 -
System Red Green Blue C M Y K H S L
Decimal 23 20 206 0.89 0.90 0 0.19 240.97 0.82 0.44
Hex 17 14 CE 59 5A 0 13 F1 52 2C
Octal 27 24 316 131 132 0 23 361 122 54
Binary 10111 10100 11001110 1011001 1011010 0 10011 11110001 1010010 101100

Color Harmonies of #1714CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1714CE

Black with #1714CE

Text Example


Text Example

White with #1714CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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