Html Css Color HEX #1712CA Medium Blue

📋 copy color: '#1712CA'

red 23 ◦ green 18 ◦ blue 202

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

Shades of Medium Blue #1712CA

Tints of Medium Blue #1712CA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 9.47%
G = 7.41%
B = 83.13%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1712CA (or 0x1712CA) is known color: Medium Blue. HEX triplet: 17, 12 and CA. RGB value is (23,18,202). Sum of RGB (Red+Green+Blue) = 23+18+202=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 202 (79.30% from 255 or 83.13% from 243); Max value from RGB is 202 - color contains mainly: blue. Hex color #1712CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1712CA is #E8ED35. Grayscale: #272727. Windows color (decimal): -15265078 or 13242903. OLE color: 13242903.

HSL color Cylindrical-coordinate representation of color #1712CA: hue angle of 241.63º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1712CA is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 23 18 202 -
CMYK 0.89 0.91 0 0.21
HSL 241.63º 0.84% 0.43% -
HSV(B) 241.63º 0.91% 0.79% -
XYZ 11.23 4.88 56.23 -
YUV 40.47 219.16 115.54 -
System Red Green Blue C M Y K H S L
Decimal 23 18 202 0.89 0.91 0 0.21 241.63 0.84 0.43
Hex 17 12 CA 59 5B 0 15 F2 54 2B
Octal 27 22 312 131 133 0 25 362 124 53
Binary 10111 10010 11001010 1011001 1011011 0 10101 11110010 1010100 101011

Color Harmonies of #1712CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1712CA

Black with #1712CA

Text Example


Text Example

White with #1712CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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