Html Css Color HEX #1714DE Medium Blue

📋 copy color: '#1714DE'

red 23 ◦ green 20 ◦ blue 222

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

Shades of Medium Blue #1714DE

Tints of Medium Blue #1714DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 83.77%

R = 8.68%
G = 7.55%
B = 83.77%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1714DE (or 0x1714DE) is known color: Medium Blue. HEX triplet: 17, 14 and DE. RGB value is (23,20,222). Sum of RGB (Red+Green+Blue) = 23+20+222=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 222 (87.11% from 255 or 83.77% from 265); Max value from RGB is 222 - color contains mainly: blue. Hex color #1714DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1714DE is #E8EB21. Grayscale: #2B2B2B. Windows color (decimal): -15264546 or 14554135. OLE color: 14554135.

HSL color Cylindrical-coordinate representation of color #1714DE: hue angle of 240.89º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1714DE is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 20 222 -
CMYK 0.90 0.91 0 0.13
HSL 240.89º 0.83% 0.47% -
HSV(B) 240.89º 0.91% 0.87% -
XYZ 13.79 5.96 69.53 -
YUV 43.93 228.49 113.07 -
System Red Green Blue C M Y K H S L
Decimal 23 20 222 0.90 0.91 0 0.13 240.89 0.83 0.47
Hex 17 14 DE 5A 5B 0 D F1 53 2F
Octal 27 24 336 132 133 0 15 361 123 57
Binary 10111 10100 11011110 1011010 1011011 0 1101 11110001 1010011 101111

Color Harmonies of #1714DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1714DE

Black with #1714DE

Text Example


Text Example

White with #1714DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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