Html Css Color HEX #1714CA Medium Blue

📋 copy color: '#1714CA'

red 23 ◦ green 20 ◦ blue 202

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

Shades of Medium Blue #1714CA

Tints of Medium Blue #1714CA

RGB

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

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

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

R = 9.39%
G = 8.16%
B = 82.45%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1714CA (or 0x1714CA) is known color: Medium Blue. HEX triplet: 17, 14 and CA. RGB value is (23,20,202). Sum of RGB (Red+Green+Blue) = 23+20+202=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 202 (79.30% from 255 or 82.45% from 245); Max value from RGB is 202 - color contains mainly: blue. Hex color #1714CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1714CA is #E8EB35. Grayscale: #282828. Windows color (decimal): -15264566 or 13243415. OLE color: 13243415.

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

Color convert

RGB 23 20 202 -
CMYK 0.89 0.90 0 0.21
HSL 240.99º 0.82% 0.44% -
HSV(B) 240.99º 0.9% 0.79% -
XYZ 11.26 4.95 56.24 -
YUV 41.65 218.49 114.7 -
System Red Green Blue C M Y K H S L
Decimal 23 20 202 0.89 0.90 0 0.21 240.99 0.82 0.44
Hex 17 14 CA 59 5A 0 15 F1 52 2C
Octal 27 24 312 131 132 0 25 361 122 54
Binary 10111 10100 11001010 1011001 1011010 0 10101 11110001 1010010 101100

Color Harmonies of #1714CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1714CA

Black with #1714CA

Text Example


Text Example

White with #1714CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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