Html Css Color HEX #2017CE Medium Blue

📋 copy color: '#2017CE'

red 32 ◦ green 23 ◦ blue 206

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

Shades of Medium Blue #2017CE

Tints of Medium Blue #2017CE

RGB

 RED value IS 32 (12.89% from 255) = 12.26%

 GREEN value IS 23 (9.38% from 255) = 8.81%

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

R = 12.26%
G = 8.81%
B = 78.93%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2017CE (or 0x2017CE) is known color: Medium Blue. HEX triplet: 20, 17 and CE. RGB value is (32,23,206). Sum of RGB (Red+Green+Blue) = 32+23+206=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #2017CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017CE is #DFE831. Grayscale: #2D2D2D. Windows color (decimal): -14673970 or 13506336. OLE color: 13506336.

HSL color Cylindrical-coordinate representation of color #2017CE: hue angle of 242.95º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2017CE is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 23 206 -
CMYK 0.84 0.89 0 0.19
HSL 242.95º 0.8% 0.45% -
HSV(B) 242.95º 0.89% 0.81% -
XYZ 12.04 5.38 58.8 -
YUV 46.55 217.98 117.62 -
System Red Green Blue C M Y K H S L
Decimal 32 23 206 0.84 0.89 0 0.19 242.95 0.8 0.45
Hex 20 17 CE 54 59 0 13 F3 50 2D
Octal 40 27 316 124 131 0 23 363 120 55
Binary 100000 10111 11001110 1010100 1011001 0 10011 11110011 1010000 101101

Color Harmonies of #2017CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2017CE

Black with #2017CE

Text Example


Text Example

White with #2017CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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