Html Css Color HEX #1712CC Medium Blue

📋 copy color: '#1712CC'

red 23 ◦ green 18 ◦ blue 204

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

Shades of Medium Blue #1712CC

Tints of Medium Blue #1712CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 83.27%

R = 9.39%
G = 7.35%
B = 83.27%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1712CC (or 0x1712CC) is known color: Medium Blue. HEX triplet: 17, 12 and CC. RGB value is (23,18,204). Sum of RGB (Red+Green+Blue) = 23+18+204=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #1712CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1712CC is #E8ED33. Grayscale: #272727. Windows color (decimal): -15265076 or 13373975. OLE color: 13373975.

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

Color convert

RGB 23 18 204 -
CMYK 0.89 0.91 0 0.2
HSL 241.61º 0.84% 0.44% -
HSV(B) 241.61º 0.91% 0.8% -
XYZ 11.47 4.97 57.48 -
YUV 40.7 220.16 115.38 -
System Red Green Blue C M Y K H S L
Decimal 23 18 204 0.89 0.91 0 0.2 241.61 0.84 0.44
Hex 17 12 CC 59 5B 0 14 F2 54 2C
Octal 27 22 314 131 133 0 24 362 124 54
Binary 10111 10010 11001100 1011001 1011011 0 10100 11110010 1010100 101100

Color Harmonies of #1712CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1712CC

Black with #1712CC

Text Example


Text Example

White with #1712CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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